Searched refs:catch_variable_name (Results 1 – 3 of 3) sorted by relevance
360 const AstRawString* catch_variable_name() const { in NON_EXPORTED_BASE()599 Scope(Zone* zone, const AstRawString* catch_variable_name, in NON_EXPORTED_BASE()
269 Scope::Scope(Zone* zone, const AstRawString* catch_variable_name, in Scope() argument283 Variable* variable = Declare(zone, catch_variable_name, VAR); in Scope()
2002 auto name = catch_scope->catch_variable_name(); in DesugarBindingInForEachStatement()