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
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-08
test-js: Define detachArrayBuffer global function
Timothy Flynn
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-02-23
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
Ali Mohammad Pur
2022-02-13
Tests: Wrap test-bytecode-js source in an IIFE
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
davidot
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-25
Tests+LibJS: Add very simple bytecode LibJS tests
davidot
2022-01-04
Tests: Link some tests directly against LibUnicodeData
Timothy Flynn
2021-12-30
LibJS: Convert resolve_binding() to ThrowCompletionOr
davidot
2021-12-29
LibJS: Detect invalid unicode and stop lexing at that point
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-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