Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests

Created these while experimenting with LibJS. Might as well bring them
into the tree and increase our coverage.
This commit is contained in:
Andreas Kling
2026-02-17 16:46:54 +01:00
committed by Andreas Kling
parent 06f7abe00f
commit fdd7809bd1
Notes: github-actions[bot] 2026-02-17 19:46:24 +00:00
285 changed files with 3539 additions and 63 deletions

View File

@@ -0,0 +1,2 @@
function f(x = x) {}
f(1);