Searched refs:AllocateParameterLocals (Results 1 – 2 of 2) sorted by relevance
788 void AllocateParameterLocals(Isolate* isolate);
1472 void Scope::AllocateParameterLocals(Isolate* isolate) { in AllocateParameterLocals() function in v8::internal::Scope1656 if (is_function_scope()) AllocateParameterLocals(isolate); in AllocateVariablesRecursively()