Lines Matching refs:is_function_scope
161 is_eval_scope() || is_function_scope() || in SetDefaults()
186 force_context_allocation_ = (outer_scope != NULL && !is_function_scope()) in SetDefaults()
323 if (is_function_scope() && !is_arrow_scope()) { in Initialize()
489 DCHECK(is_function_scope()); in DeclareParameter()
594 if (is_function_scope() && decl == function()) continue; in CheckConflictingVarDeclarations()
792 (!scope->is_function_scope() || scope->is_arrow_scope())) { in ReceiverScope()
928 if (is_function_scope()) { in Print()
1083 if (*binding_kind == BOUND && (is_function_scope() || is_with_scope())) { in LookupRecursive()
1305 DCHECK(is_function_scope()); in AllocateParameterLocals()
1489 if (is_function_scope()) AllocateParameterLocals(isolate); in AllocateVariablesRecursively()
1499 (is_function_scope() && calls_sloppy_eval()) || in AllocateVariablesRecursively()