Home
last modified time | relevance | path

Searched refs:EVAL_SCOPE (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/builtins/
Dbuiltins.cc106 case ScopeType::EVAL_SCOPE: in NewFunctionContext()
Dbuiltins-constructor-gen.cc241 case EVAL_SCOPE: in EmitFastNewFunctionContext()
285 ScopeType::EVAL_SCOPE)); in TF_BUILTIN()
/external/v8/src/debug/
Ddebug-scopes.cc127 if (scope_info->scope_type() == EVAL_SCOPE) { in TryParseAndRetrieveScopes()
323 case EVAL_SCOPE: in Type()
/external/v8/src/
Dglobals.h896 EVAL_SCOPE, // The top-level scope for an eval source. enumerator
907 case ScopeType::EVAL_SCOPE:
/external/v8/src/ast/
Dscopes.cc434 } 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()
Dscopes.h348 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; } in NON_EXPORTED_BASE()
/external/v8/src/objects/
Dscope-info.cc535 return type == FUNCTION_SCOPE || type == SCRIPT_SCOPE || type == EVAL_SCOPE || in NeedsPositionInfo()
/external/v8/src/compiler/
Djs-create-lowering.cc1241 case EVAL_SCOPE: in ReduceJSCreateFunctionContext()
Dbytecode-graph-builder.cc1514 javascript()->CreateFunctionContext(scope_info, slots, EVAL_SCOPE); in VisitCreateEvalContext()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2585 scope_info, slots, context, EVAL_SCOPE)); in IGNITION_HANDLER()
Dbytecode-generator.cc4737 case EVAL_SCOPE: in BuildNewLocalActivationContext()
/external/v8/src/parsing/
Dparser-base.h631 return new (zone()) DeclarationScope(zone(), parent, EVAL_SCOPE); in NewEvalScope()
5390 case EVAL_SCOPE: in ParseReturnStatement()
/external/v8/src/heap/
Dfactory.cc1408 case EVAL_SCOPE: in NewFunctionContext()