Searched refs:EVAL_SCOPE (Results 1 – 14 of 14) sorted by relevance
27 const kEvalScope: constexpr ScopeType generates 'ScopeType::EVAL_SCOPE';
307 case EVAL_SCOPE: in FastNewFunctionContext()
361 bool is_eval_scope() const { return scope_type_ == EVAL_SCOPE; }479 scope_type_ == EVAL_SCOPE ||
385 } else if (scope_info.scope_type() == EVAL_SCOPE) { in DeserializeScopeChain()386 outer_scope = zone->New<DeclarationScope>(zone, EVAL_SCOPE, in DeserializeScopeChain()1631 case EVAL_SCOPE: return "eval"; in Header()
251 if (scope_info->scope_type() == EVAL_SCOPE || script->is_wrapped()) { in TryParseAndRetrieveScopes()505 case EVAL_SCOPE: in Type()
1025 EVAL_SCOPE, // The top-level scope for an eval source. enumerator1036 case ScopeType::EVAL_SCOPE:
249 case ScopeType::EVAL_SCOPE: in FastNewFunctionContext()
690 return type == FUNCTION_SCOPE || type == SCRIPT_SCOPE || type == EVAL_SCOPE || in NeedsPositionInfo()
1231 case EVAL_SCOPE: in ReduceJSCreateFunctionContext()
2273 slots, EVAL_SCOPE); in VisitCreateEvalContext()
2542 scope_info, slots, context, EVAL_SCOPE)); in IGNITION_HANDLER()
6181 case EVAL_SCOPE: in BuildNewLocalActivationContext()
777 return zone()->template New<DeclarationScope>(zone(), parent, EVAL_SCOPE); in NewEvalScope()5400 case EVAL_SCOPE: in ParseReturnStatement()
1111 case EVAL_SCOPE: in NewFunctionContext()