index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibJS
Age
Commit message (
Expand
)
Author
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-09-30
LibJS + test-js: Get results from the global object directly
davidot
2021-09-14
LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js
Andreas Kling
2021-09-12
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
Timothy Flynn
2021-09-08
test-js: Add a mark_as_garbage method to force GC to collect that object
davidot
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-06-30
Userland+Tests: Split out generic test runner from JS TestRunner
Andrew Kaster
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
Idan Horowitz
2021-06-09
LibJS: Notify WeakSets when heap cells are sweeped
Idan Horowitz
2021-05-30
LibTest+test-js: Add back the lost test262 parser test option
Ali Mohammad Pur
2021-05-18
LibJS+LibTest: Move out the test-js test runner into LibTest
Ali Mohammad Pur
2021-05-14
Tests: Don't use TestRunners after their scope ends in test-js
Andrew Kaster
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-09
Tests: Fix install of test-js and test-web
Brian Gianforcaro
2021-05-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro