Files
ladybird/Libraries/LibJS/Bytecode/ASTCodegen.cpp
Aliaksandr Kalenik 0f14c70252 LibJS: Use Identifier to represent CatchClause parameter names
By doing that we consistently use Identifier node for identifiers and
also enable mechanism that registers identifiers in a corresponding
ScopePusher for catch parameters, which is necessary for work in the
upcoming changes.
2025-04-22 21:57:25 +02:00

167 KiB