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