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

  /external/chromium_org/v8/src/
v8globals.h 471 EVAL_SCOPE, // The top-level scope for an eval source.
scopes.h 285 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; }
scopes.cc 785 case EVAL_SCOPE: return "eval";
    [all...]
parser.cc 627 scope = NewScope(scope, EVAL_SCOPE);
899 Scope* scope = NewScope(top_scope_, EVAL_SCOPE);
    [all...]
runtime.cc     [all...]
  /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...]
  /external/chromium_org/v8/test/cctest/
test-parsing.cc     [all...]

Completed in 362 milliseconds