Lines Matching refs:raw_name
745 const AstRawString* raw_name) { in DoParseFunction() argument
747 DCHECK_NOT_NULL(raw_name); in DoParseFunction()
753 fni_->PushEnclosingName(raw_name); in DoParseFunction()
865 result = DefaultConstructor(raw_name, IsDerivedConstructor(kind), in DoParseFunction()
873 raw_name, Scanner::Location::invalid(), kSkipFunctionNameCheck, kind, in DoParseFunction()
1393 declaration->proxy()->raw_name()); in Declare()
1474 const AstRawString* label = var->raw_name(); in DeclareLabel()
1637 const AstRawString* name = decl->proxy()->raw_name(); in ValidateCatchBlock()
1881 const AstRawString* name = decl.pattern->AsVariableProxy()->raw_name(); in RewriteForVarInLegacy()
1947 auto name = catch_scope->catch_variable()->raw_name(); in DesugarBindingInForEachStatement()
3313 const AstRawString* name = decl->proxy()->raw_name(); in CheckConflictingVarDeclarations()
3347 const AstRawString* name = decl->proxy()->raw_name(); in InsertShadowingVarBindingInitializers()
3726 SetFunctionName(value, identifier->AsVariableProxy()->raw_name()); in SetFunctionNameFromIdentifierRef()