Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1426 bool Scope::MustAllocateInContext(Variable* var) { in MustAllocateInContext() function in v8::internal::Scope
1527 if (MustAllocateInContext(var)) { in AllocateParameter()
1561 if (MustAllocateInContext(var)) { in AllocateNonParameterLocal()
Dscopes.h782 bool MustAllocateInContext(Variable* var);