ladybird/Tests/LibJS
Andreas Kling ce3742724a LibJS: Propagate declaration_kind for existing identifier groups
When an identifier was registered and its group already existed but
had no declaration_kind set, we failed to propagate it. This caused
var declarations to lose their annotation in AST dumps when the
identifier was referenced before its declaration.
2026-02-17 20:44:57 +01:00
..
AST LibJS: Propagate declaration_kind for existing identifier groups 2026-02-17 20:44:57 +01:00
Bytecode LibJS: Consolidate TDZ check emission into Generator helper 2026-02-17 20:44:57 +01:00
Runtime Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests 2026-02-17 20:44:57 +01:00
CMakeLists.txt Tests/LibJS: Disable test-js-bytecode and test-js-ast on Windows 2026-02-10 02:05:20 +01:00
test-js-ast.py Tests/LibJS: Add a big pile of AST, bytecode, and runtime tests 2026-02-17 20:44:57 +01:00
test-js-bytecode.py Tests/LibJS: Add test-js-bytecode --rebaseline 2026-02-17 20:44:57 +01:00
test-js.cpp LibJS: Move tests to /Tests/LibJS 2026-01-22 07:46:48 -05:00
test-value-js.cpp LibJS: Make Value() default-construct the undefined value 2025-04-05 11:20:26 +02:00