mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
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:
committed by
Andreas Kling
parent
06f7abe00f
commit
fdd7809bd1
Notes:
github-actions[bot]
2026-02-17 19:46:24 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/fdd7809bd1a Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8003
@@ -0,0 +1,2 @@
|
||||
function f(x = x) {}
|
||||
f(1);
|
||||
Reference in New Issue
Block a user