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

  /external/v8/src/
scopes.h 152 virtual VariableProxy* NewTemporary(Handle<String> name);
395 virtual VariableProxy* NewTemporary(Handle<String> name) { return NULL; }
rewriter.cc 830 VariableProxy* result = scope->NewTemporary(Factory::result_symbol());
scopes.cc 231 // variables are allocated via NewTemporary().
273 VariableProxy* Scope::NewTemporary(Handle<String> name) {
823 // NewTemporary() because the mode needs to be INTERNAL since this
    [all...]
parser.cc     [all...]

Completed in 511 milliseconds