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

  /external/v8/src/
scopes.h 175 virtual Variable* NewTemporary(Handle<String> name);
481 virtual Variable* NewTemporary(Handle<String> name) { return NULL; }
rewriter.cc 344 Variable* result = scope->NewTemporary(
scopes.cc 373 // variables are allocated via NewTemporary().
422 Variable* Scope::NewTemporary(Handle<String> name) {
    [all...]
parser.cc     [all...]

Completed in 210 milliseconds