Searched refs:EVAL_SCOPE (Results 1 – 13 of 13) sorted by relevance
/external/v8/src/builtins/ |
D | builtins.cc | 106 case ScopeType::EVAL_SCOPE: in NewFunctionContext()
|
D | builtins-constructor-gen.cc | 241 case EVAL_SCOPE: in EmitFastNewFunctionContext() 285 ScopeType::EVAL_SCOPE)); in TF_BUILTIN()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 127 if (scope_info->scope_type() == EVAL_SCOPE) { in TryParseAndRetrieveScopes() 323 case EVAL_SCOPE: in Type()
|
/external/v8/src/ |
D | globals.h | 896 EVAL_SCOPE, // The top-level scope for an eval source. enumerator 907 case ScopeType::EVAL_SCOPE:
|
/external/v8/src/ast/ |
D | scopes.cc | 434 } else if (scope_info->scope_type() == EVAL_SCOPE) { in DeserializeScopeChain() 436 DeclarationScope(zone, EVAL_SCOPE, handle(scope_info, isolate)); in DeserializeScopeChain() 1598 case EVAL_SCOPE: return "eval"; in Header()
|
D | scopes.h | 348 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; } in NON_EXPORTED_BASE()
|
/external/v8/src/objects/ |
D | scope-info.cc | 535 return type == FUNCTION_SCOPE || type == SCRIPT_SCOPE || type == EVAL_SCOPE || in NeedsPositionInfo()
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 1241 case EVAL_SCOPE: in ReduceJSCreateFunctionContext()
|
D | bytecode-graph-builder.cc | 1514 javascript()->CreateFunctionContext(scope_info, slots, EVAL_SCOPE); in VisitCreateEvalContext()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 2585 scope_info, slots, context, EVAL_SCOPE)); in IGNITION_HANDLER()
|
D | bytecode-generator.cc | 4737 case EVAL_SCOPE: in BuildNewLocalActivationContext()
|
/external/v8/src/parsing/ |
D | parser-base.h | 631 return new (zone()) DeclarationScope(zone(), parent, EVAL_SCOPE); in NewEvalScope() 5390 case EVAL_SCOPE: in ParseReturnStatement()
|
/external/v8/src/heap/ |
D | factory.cc | 1408 case EVAL_SCOPE: in NewFunctionContext()
|