HomeSort by relevance Sort by last modified time
    Searched refs:MustAllocateInContext (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scopes.cc 748 bool Scope::MustAllocateInContext(Variable* var) {
839 if (MustAllocateInContext(var)) {
864 if (MustAllocateInContext(var)) {
894 if (MustAllocateInContext(var)) {
    [all...]
scopes.h 369 bool MustAllocateInContext(Variable* var);

Completed in 147 milliseconds