Lines Matching defs:string_
85 explicit PreParserIdentifier(Type type) : string_(nullptr), type_(type) {}
86 const AstRawString* string_;
1153 DeclareFunctionNameVar(function_name.string_, function_syntax_kind,
1166 Variable* var = DeclareVariableName(variable_name.string_, mode, scope(),
1186 DeclareVariableName(variable_name.string_, VariableMode::kLet, scope(),
1197 scope->DeclareClassVariable(ast_value_factory(), name.string_,
1224 property_name.string_, scope, GetVariableMode(kind),
1230 property_name.string_);
1460 return x.string_;
1469 return arg.string_;
1506 result.string_ = ast_value_factory()->empty_string();
1572 name.string_, NORMAL_VARIABLE, start_position);
1580 expression_scope()->NewVariable(name.string_, start_position);
1586 expression_scope()->Declare(name.string_, start_position);
1591 return scope->DeclareCatchVariableName(identifier.string_);