Home | History | Annotate | Download | only in parsing

Lines Matching defs:NewUnresolved

386       NewUnresolved(ast_value_factory()->this_function_string(), pos);
397 NewUnresolved(ast_value_factory()->new_target_string(), pos);
399 NewUnresolved(ast_value_factory()->this_function_string(), pos);
406 auto proxy = NewUnresolved(ast_value_factory()->new_target_string(), pos);
888 // NewUnresolved references in current scope. Entrer arrow function
1403 VariableProxy* Parser::NewUnresolved(const AstRawString* name, int begin_pos,
1405 return scope()->NewUnresolved(factory(), name, begin_pos, kind);
1408 VariableProxy* Parser::NewUnresolved(const AstRawString* name) {
1409 return scope()->NewUnresolved(factory(), name, scanner()->location().beg_pos);
1935 VariableProxy* single_var = NewUnresolved(name);
2223 VariableProxy* proxy = NewUnresolved(for_info.bound_names[i]);
3329 VariableProxy* to = NewUnresolved(name);