HomeSort by relevance Sort by last modified time
    Searched defs:calls_eval (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.h 149 // Propagates any eagerly-gathered scope usage flags (such as calls_eval())
325 bool calls_eval() const { return scope_calls_eval_; } function in class:v8::internal::Scope
    [all...]
  /external/v8/src/parsing/
parser.h 59 bool uses_super_property, bool calls_eval,
63 CallsEvalField::encode(calls_eval) |
78 bool calls_eval() const { function in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 84 milliseconds