Home
last modified time | relevance | path

Searched refs:AllocateParameterLocals (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dscopes.h788 void AllocateParameterLocals(Isolate* isolate);
Dscopes.cc1472 void Scope::AllocateParameterLocals(Isolate* isolate) { in AllocateParameterLocals() function in v8::internal::Scope
1656 if (is_function_scope()) AllocateParameterLocals(isolate); in AllocateVariablesRecursively()