Searched refs:FUNCTION_SCOPE (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/debug/ |
D | debug-scopes.cc | 80 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()
|
D | debug-evaluate.cc | 153 DCHECK_EQ(FUNCTION_SCOPE, it.CurrentScopeInfo()->scope_type()); in ContextBuilder()
|
/external/v8/src/builtins/ |
D | builtins-constructor.cc | 343 case FUNCTION_SCOPE: in EmitFastNewFunctionContext() 398 ScopeType::FUNCTION_SCOPE)); in TF_BUILTIN() 405 case ScopeType::FUNCTION_SCOPE: in NewFunctionContext()
|
/external/v8/src/parsing/ |
D | preparser.cc | 91 DCHECK_EQ(FUNCTION_SCOPE, function_scope->scope_type()); in PreParseFunction()
|
D | parser-base.h | 676 DCHECK_NE(FUNCTION_SCOPE, scope_type); in NewScopeWithParent() 691 DeclarationScope(zone(), scope(), FUNCTION_SCOPE, kind);
|
/external/v8/src/objects/ |
D | scope-info.cc | 440 (scope_type() == FUNCTION_SCOPE && CallsSloppyEval()) || in ContextLength() 441 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) || in ContextLength()
|
/external/v8/src/ast/ |
D | scopes.h | 316 bool is_function_scope() const { return scope_type_ == FUNCTION_SCOPE; } in NON_EXPORTED_BASE()
|
D | scopes.cc | 400 } 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/ |
D | globals.h | 893 FUNCTION_SCOPE, // The top-level scope for a function. enumerator
|
D | factory.cc | 976 case FUNCTION_SCOPE: in NewFunctionContext()
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 862 case FUNCTION_SCOPE: in ReduceJSCreateFunctionContext()
|
D | bytecode-graph-builder.cc | 1188 javascript()->CreateFunctionContext(slots, FUNCTION_SCOPE); in VisitCreateFunctionContext()
|
/external/v8/src/asmjs/ |
D | asm-wasm-builder.cc | 171 info->zone(), decl->fun()->scope()->outer_scope(), FUNCTION_SCOPE); in VisitFunctionDeclaration()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 3188 case FUNCTION_SCOPE: in BuildNewLocalActivationContext()
|
D | interpreter.cc | 2961 closure, slots, context, FUNCTION_SCOPE)); in DoCreateFunctionContext()
|