Home
last modified time | relevance | path

Searched refs:NewVariableProxy (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparser.cc70 factory()->NewVariableProxy(constructor_args), pos, pos); in DefaultConstructor()
1787 factory()->NewVariableProxy(name, NORMAL_VARIABLE, position()); in DeclareBoundVariable()
1938 Token::ASSIGN, factory()->NewVariableProxy(temp), return_value, pos); in RewriteReturn()
1951 factory()->NewVariableProxy(temp), pos); in RewriteReturn()
1978 Token::ASSIGN, factory()->NewVariableProxy(tag_variable), tag, in RewriteSwitchStatement()
1986 switch_statement->set_tag(factory()->NewVariableProxy(tag_variable)); in RewriteSwitchStatement()
2014 catch_info->pattern, factory()->NewVariableProxy(catch_info->variable)); in RewriteCatchPattern()
2130 reject_args.Add(factory()->NewVariableProxy( in ParseAndRewriteAsyncGeneratorFunctionBody()
2132 reject_args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in ParseAndRewriteAsyncGeneratorFunctionBody()
2151 VariableProxy* call_proxy = factory()->NewVariableProxy( in ParseAndRewriteAsyncGeneratorFunctionBody()
[all …]
Drewriter.cc58 VariableProxy* result_proxy = factory()->NewVariableProxy(result_); in SetResult()
258 Expression* backup_proxy = factory()->NewVariableProxy(backup); in VisitTryFinallyStatement()
259 Expression* result_proxy = factory()->NewVariableProxy(result_); in VisitTryFinallyStatement()
424 processor.factory()->NewVariableProxy(result, pos); in RewriteBody()
Dpreparser.h572 PreParserExpression NewVariableProxy(void* variable) { in NewVariableProxy() function
1571 VariableProxy* proxy = factory()->ast_node_factory()->NewVariableProxy(
Dparser.h815 VariableProxy* proxy = factory()->ast_node_factory()->NewVariableProxy(
Dparser-base.h841 return factory()->ast_node_factory()->NewVariableProxy( in NewRawVariable()
/third_party/node/deps/v8/src/ast/
Dscopes.cc661 factory->NewVariableProxy(sloppy_block_function->var()); in HoistSloppyBlockFunctions()
662 VariableProxy* target = factory->NewVariableProxy(var); in HoistSloppyBlockFunctions()
2772 return factory->NewVariableProxy(home_object, start_pos); in NewHomeObjectVariableProxy()
2778 factory->NewVariableProxy(name, NORMAL_VARIABLE, start_pos); in NewHomeObjectVariableProxy()
Dscopes.h237 VariableProxy* proxy = factory->NewVariableProxy(name, kind, start_pos);
Dast.h3065 VariableProxy* NewVariableProxy(Variable* var,
3070 VariableProxy* NewVariableProxy(const AstRawString* name,