Searched refs:NewTemporary (Results 1 – 6 of 6) sorted by relevance
1535 Variable* temp = NewTemporary(ast_value_factory()->empty_string()); in RewriteReturn()1553 Variable* result = NewTemporary(ast_value_factory()->dot_result_string()); in RewriteDoExpression()1582 NewTemporary(ast_value_factory()->dot_switch_tag_string()); in RewriteSwitchStatement()1840 Variable* temp = NewTemporary(ast_value_factory()->empty_string()); in InitializeForEachStatement()1916 Variable* temp = NewTemporary(ast_value_factory()->dot_for_string()); in DesugarBindingInForEachStatement()1999 Variable* iterator = NewTemporary(avfactory->dot_iterator_string()); in InitializeForOfStatement()2000 Variable* next = NewTemporary(avfactory->empty_string()); in InitializeForOfStatement()2001 Variable* result = NewTemporary(avfactory->dot_result_string()); in InitializeForOfStatement()2002 Variable* completion = NewTemporary(avfactory->empty_string()); in InitializeForOfStatement()2061 Variable* tmp = NewTemporary(avfactory->empty_string()); in InitializeForOfStatement()[all …]
253 Variable* backup = closure_scope()->NewTemporary( in VisitTryFinallyStatement()386 Variable* result = scope->AsDeclarationScope()->NewTemporary( in DECLARATION_NODE_LIST()
208 Variable* NewTemporary(const AstRawString* name) {209 return scope()->NewTemporary(name);
283 auto temp = scope()->NewTemporary(ast_value_factory()->empty_string()); in CreateTempVar()
780 NewTemporary(name, kNotAssigned); in DeclareGeneratorObjectVar()788 Variable* result = EnsureRareData()->promise = NewTemporary(name); in DeclarePromiseVar()1032 var = NewTemporary(name); in DeclareParameter()1295 Variable* Scope::NewTemporary(const AstRawString* name) { in NewTemporary() function in v8::internal::Scope1296 return NewTemporary(name, kMaybeAssigned); in NewTemporary()1299 Variable* Scope::NewTemporary(const AstRawString* name, in NewTemporary() function in v8::internal::Scope
242 Variable* NewTemporary(const AstRawString* name); in NON_EXPORTED_BASE()503 Variable* NewTemporary(const AstRawString* name, in NON_EXPORTED_BASE()