HomeSort by relevance Sort by last modified time
    Searched refs:EVAL_SCOPE (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
scopes.h 91 EVAL_SCOPE, // the top-level scope for an 'eval' source
190 bool is_eval_scope() const { return type_ == EVAL_SCOPE; }
scopes.cc 166 ASSERT((type == GLOBAL_SCOPE || type == EVAL_SCOPE) == (outer_scope == NULL));
345 bool eval_scope = is_eval_scope(); local
346 PropagateScopeInfo(eval_scope, eval_scope);
400 case Scope::EVAL_SCOPE: return "eval";
    [all...]
parser.cc     [all...]

Completed in 17 milliseconds