Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h578 bool MustAllocateInContext(Variable* var); in NON_EXPORTED_BASE()
Dscopes.cc2035 bool Scope::MustAllocateInContext(Variable* var) { in MustAllocateInContext() function in v8::internal::Scope
2117 if (MustAllocateInContext(var)) { in AllocateParameter()
2141 if (MustAllocateInContext(var)) { in AllocateNonParameterLocal()