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

  /external/v8/src/ast/
scopes.h 335 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
    [all...]
scopes.cc 229 Scope* with_scope = new (zone) local
230 Scope(zone, current_scope, WITH_SCOPE, Handle<ScopeInfo>::null(),
232 current_scope = with_scope;
905 case WITH_SCOPE: return "with";
    [all...]
scopeinfo.cc 346 scope_type() == WITH_SCOPE ||
  /external/v8/src/
globals.h 773 WITH_SCOPE // The scope introduced by with.
  /external/v8/src/parsing/
preparser.cc 833 Scope* with_scope = NewScope(scope_, WITH_SCOPE); local
834 BlockState block_state(&scope_, with_scope);
1063 Scope* with_scope = NewScope(scope_, WITH_SCOPE); local
    [all...]
parser.cc 2814 Scope* with_scope = NewScope(scope_, WITH_SCOPE); local
    [all...]
  /external/v8/test/cctest/
test-parsing.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 196 case WITH_SCOPE:

Completed in 119 milliseconds