Searched refs:NewTemporary (Results 1 – 4 of 4) sorted by relevance
244 Variable* result = scope->NewTemporary( in EXPRESSION_NODE_LIST()
186 Variable* NewTemporary(Handle<String> name);
492 Variable* Scope::NewTemporary(Handle<String> name) { in NewTemporary() function in v8::internal::Scope
2897 Variable* temp = top_scope_->DeclarationScope()->NewTemporary(name); in ParseForStatement()