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

/external/chromium_org/v8/src/
H A Dscopes.h578 bool MustAllocateInContext(Variable* var);
H A Dscopes.cc1200 bool Scope::MustAllocateInContext(Variable* var) { function in class:v8::internal::Scope
1283 if (MustAllocateInContext(var)) {
1304 if (MustAllocateInContext(var)) {

Completed in 426 milliseconds