Searched refs:catch_variable_name (Results 1 – 3 of 3) sorted by relevance
336 const AstRawString* catch_variable_name() const { in NON_EXPORTED_BASE()555 Scope(Zone* zone, const AstRawString* catch_variable_name, in NON_EXPORTED_BASE()
232 Scope::Scope(Zone* zone, const AstRawString* catch_variable_name, in Scope() argument246 Variable* variable = Declare(zone, this, catch_variable_name, VAR, in Scope()
1991 auto name = catch_scope->catch_variable_name(); in DesugarBindingInForEachStatement()