Linus Groh
|
26366d5930
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
|
2 years ago |
Linus Groh
|
ae9e031f56
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
|
2 years ago |
Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Idan Horowitz
|
a80d3fdf49
LibJS: Implement WeakMap changes from 'Symbol as WeakMap Keys Proposal'
|
3 years ago |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 years ago |
Timothy Flynn
|
d04a683f85
test-js: Define detachArrayBuffer global function
|
3 years ago |
Ali Mohammad Pur
|
8b50009e9b
LibTest: Provide detailed per-file JSON output with --per-file
|
3 years ago |
Ali Mohammad Pur
|
bed129a69f
LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour tests
|
3 years ago |
davidot
|
676554d3f8
LibJS: Convert resolve_binding() to ThrowCompletionOr
|
3 years ago |
Sam Atkins
|
9e3a786a64
Tests: Cast unused smart-pointer return values to void
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Idan Horowitz
|
390a04a985
LibJS: Convert the GetValue AO to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
d73b258874
LibJS: Convert reference deletion to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
44555eb50a
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 years ago |
davidot
|
ce3f29a135
LibJS + test-js: Get results from the global object directly
|
3 years ago |
Andreas Kling
|
0a09eaf3a1
LibJS+LibTest: Use JS::Script and JS::SourceTextModule in test-js
|
3 years ago |
Timothy Flynn
|
470262c8ab
LibJS: Use ErrorType::NotAnObjectOfType instead of NotA
|
3 years ago |
davidot
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 years ago |
davidot
|
7613c22b06
LibJS: Add a mode to parse JS as a module
|
3 years ago |
Andrew Kaster
|
601c9e89de
Userland+Tests: Split out generic test runner from JS TestRunner
|
4 years ago |
Idan Horowitz
|
77c2db4183
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
|
4 years ago |
Idan Horowitz
|
a00d154522
LibJS: Notify WeakSets when heap cells are sweeped
|
4 years ago |
Ali Mohammad Pur
|
f387da4a90
LibTest+test-js: Add back the lost test262 parser test option
|
4 years ago |
Ali Mohammad Pur
|
f137c1bfaa
LibJS+LibTest: Move out the test-js test runner into LibTest
|
4 years ago |
Andrew Kaster
|
e96451edc9
Tests: Don't use TestRunners after their scope ends in test-js
|
4 years ago |
Ali Mohammad Pur
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
4 years ago |