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

  /external/v8/src/objects/
scope-info.cc 303 ScopeTypeField::encode(WITH_SCOPE) | CallsEvalField::encode(false) |
437 scope_type() == WITH_SCOPE ||
497 DCHECK_EQ(scope_type(), WITH_SCOPE);
    [all...]
  /external/v8/src/ast/
scopes.h 321 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
    [all...]
scopes.cc 382 if (scope_info->scope_type() == WITH_SCOPE) {
384 outer_scope = new (zone) Scope(zone, WITH_SCOPE, handle(scope_info));
    [all...]
  /external/v8/src/debug/
debug-scopes.cc 263 case WITH_SCOPE:
  /external/v8/src/
globals.h 898 WITH_SCOPE // The scope introduced by with.
    [all...]
  /external/v8/src/parsing/
parser-base.h 5174 Scope* with_scope = NewScope(WITH_SCOPE); local
    [all...]

Completed in 202 milliseconds