Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.h1186 V8_INLINE void AllocateParameterLocals();
Dscopes.cc2438 void DeclarationScope::AllocateParameterLocals() { in AllocateParameterLocals() function in v8::internal::DeclarationScope
2585 scope->AsDeclarationScope()->AllocateParameterLocals(); in AllocateVariablesRecursively()