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

  /external/v8/src/
scopes.h 268 bool is_eval_scope() const { return type_ == EVAL_SCOPE; }
v8globals.h 462 EVAL_SCOPE, // The top-level scope for an eval source.
scopes.cc 720 case EVAL_SCOPE: return "eval";
    [all...]
parser.cc 613 scope = NewScope(scope, EVAL_SCOPE);
    [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-parsing.cc     [all...]

Completed in 212 milliseconds