Searched refs:MustAllocate (Results 1 – 3 of 3) sorted by relevance
1244 bool Scope::MustAllocate(Variable* var) { in MustAllocate() function in v8::internal::Scope1312 if (arguments != nullptr && MustAllocate(arguments) && in AllocateParameterLocals()1335 if (rest_parameter_ && !MustAllocate(rest_parameter_)) { in AllocateParameterLocals()1358 if (MustAllocate(var)) { in AllocateParameter()1392 if (var->IsUnallocated() && MustAllocate(var)) { in AllocateNonParameterLocal()1460 if (new_target_var != nullptr && MustAllocate(new_target_var)) { in AllocateNonParameterLocalsAndDeclaredGlobals()1466 if (this_function_var != nullptr && MustAllocate(this_function_var)) { in AllocateNonParameterLocalsAndDeclaredGlobals()
758 bool MustAllocate(Variable* var);
481 0.24^7145279^HTMLParserThrea^chrome ^[.] v8::internal::Scope::MustAllocate(v8::intern…483 --- v8::internal::Scope::MustAllocate(v8::internal::Variable*)