Home
last modified time | relevance | path

Searched refs:FUNCTION_SCOPE (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/debug/
Ddebug-scopes.cc80 if (scope_info->scope_type() == FUNCTION_SCOPE) { in ScopeIterator()
91 if (scope_info->scope_type() != FUNCTION_SCOPE) { in ScopeIterator()
254 case FUNCTION_SCOPE: in Type()
Ddebug-evaluate.cc153 DCHECK_EQ(FUNCTION_SCOPE, it.CurrentScopeInfo()->scope_type()); in ContextBuilder()
/external/v8/src/builtins/
Dbuiltins-constructor.cc343 case FUNCTION_SCOPE: in EmitFastNewFunctionContext()
398 ScopeType::FUNCTION_SCOPE)); in TF_BUILTIN()
405 case ScopeType::FUNCTION_SCOPE: in NewFunctionContext()
/external/v8/src/parsing/
Dpreparser.cc91 DCHECK_EQ(FUNCTION_SCOPE, function_scope->scope_type()); in PreParseFunction()
Dparser-base.h676 DCHECK_NE(FUNCTION_SCOPE, scope_type); in NewScopeWithParent()
691 DeclarationScope(zone(), scope(), FUNCTION_SCOPE, kind);
/external/v8/src/objects/
Dscope-info.cc440 (scope_type() == FUNCTION_SCOPE && CallsSloppyEval()) || in ContextLength()
441 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) || in ContextLength()
/external/v8/src/ast/
Dscopes.h316 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; } in NON_EXPORTED_BASE()
Dscopes.cc400 } else if (scope_info->scope_type() == FUNCTION_SCOPE) { in DeserializeScopeChain()
402 new (zone) DeclarationScope(zone, FUNCTION_SCOPE, handle(scope_info)); in DeserializeScopeChain()
1517 case FUNCTION_SCOPE: in Header()
/external/v8/src/
Dglobals.h893 FUNCTION_SCOPE, // The top-level scope for a function. enumerator
Dfactory.cc976 case FUNCTION_SCOPE: in NewFunctionContext()
/external/v8/src/compiler/
Djs-create-lowering.cc862 case FUNCTION_SCOPE: in ReduceJSCreateFunctionContext()
Dbytecode-graph-builder.cc1188 javascript()->CreateFunctionContext(slots, FUNCTION_SCOPE); in VisitCreateFunctionContext()
/external/v8/src/asmjs/
Dasm-wasm-builder.cc171 info->zone(), decl->fun()->scope()->outer_scope(), FUNCTION_SCOPE); in VisitFunctionDeclaration()
/external/v8/src/interpreter/
Dbytecode-generator.cc3188 case FUNCTION_SCOPE: in BuildNewLocalActivationContext()
Dinterpreter.cc2961 closure, slots, context, FUNCTION_SCOPE)); in DoCreateFunctionContext()