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

  /external/v8/src/
variables.cc 117 case TEMPORARY: return "TEMPORARY";
160 return mode_ != TEMPORARY && scope_ != NULL && scope_->is_global_scope();
variables.h 136 TEMPORARY // temporary variables (not user-visible), never
contexts.cc 147 case Variable::TEMPORARY: UNREACHABLE(); break;
scopes.cc 230 // INTERNAL variables are allocated explicitly, and TEMPORARY
274 Variable* var = new Variable(this, name, Variable::TEMPORARY, true,
499 Indent(n1, "// temporary vars\n");
752 // context. Exception: temporary variables are not allocated in the
755 var->mode() != Variable::TEMPORARY &&
822 // Note: This is "almost" at temporary variable but we cannot use
    [all...]

Completed in 2620 milliseconds