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
/
test-js.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-05
Tests: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert reference deletion to ThrowCompletionOr
Idan Horowitz
2021-10-20
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
Idan Horowitz
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
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-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-08
Tests: Move Userland/Utilities/test-js to Tests/LibJS
Brian Gianforcaro