Home
last modified time | relevance | path

Searched refs:WITH_SCOPE (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Dscope-info.cc330 ScopeTypeField::encode(WITH_SCOPE) | CallsSloppyEvalField::encode(false) | in CreateForWithScope()
488 scope_type() == WITH_SCOPE || in ContextLength()
566 DCHECK_EQ(scope_type(), WITH_SCOPE); in SetIsDebugEvaluateScope()
/external/v8/src/
Dglobals.h902 WITH_SCOPE // The scope introduced by with. enumerator
919 case ScopeType::WITH_SCOPE:
/external/v8/src/ast/
Dscopes.cc410 if (scope_info->scope_type() == WITH_SCOPE) { in DeserializeScopeChain()
413 new (zone) Scope(zone, WITH_SCOPE, handle(scope_info, isolate)); in DeserializeScopeChain()
1609 case WITH_SCOPE: return "with"; in Header()
Dscopes.h354 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } in NON_EXPORTED_BASE()
/external/v8/src/debug/
Ddebug-scopes.cc311 case WITH_SCOPE: in Type()
/external/v8/src/parsing/
Dparser-base.h5437 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()