Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc303 ScopeTypeField::encode(WITH_SCOPE) | CallsEvalField::encode(false) | in CreateForWithScope()
437 scope_type() == WITH_SCOPE || in ContextLength()
497 DCHECK_EQ(scope_type(), WITH_SCOPE); in SetIsDebugEvaluateScope()
/external/v8/src/ast/
Dscopes.h321 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; } in NON_EXPORTED_BASE()
Dscopes.cc382 if (scope_info->scope_type() == WITH_SCOPE) { in DeserializeScopeChain()
384 outer_scope = new (zone) Scope(zone, WITH_SCOPE, handle(scope_info)); in DeserializeScopeChain()
1526 case WITH_SCOPE: return "with"; in Header()
/external/v8/src/
Dglobals.h898 WITH_SCOPE // The scope introduced by with. enumerator
/external/v8/src/debug/
Ddebug-scopes.cc263 case WITH_SCOPE: in Type()
/external/v8/src/parsing/
Dparser-base.h5174 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()