Files
ladybird/Userland/Libraries/LibJS/AST.cpp
Ali Mohammad Pur 77a5144264 LibJS: Add support for binding patterns in catch clauses
`try { ... } catch({a=foo}) {}` is valid, and now we parse and evaluate
it correctly :^)
2021-07-11 21:41:54 +01:00

80 KiB