Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 years ago |
Linus Groh
|
999da617c5
LibJS: Remove GlobalObject from VM::this_value()
|
2 years ago |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 years ago |
Linus Groh
|
e992a9f469
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Sam Atkins
|
7ff99c3972
Tests: Port test-wasm to Core::Stream
|
3 years ago |
davidot
|
de90d54be0
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
a6476ad61f
test-wasm: Convert WebAssemblyModule::create() to ThrowCompletionOr
|
3 years ago |
Andreas Kling
|
a7f1f1c34b
LibCore: Use ErrorOr<T> for Core::File::open()
|
3 years ago |
Idan Horowitz
|
10b93506ad
Tests: Convert test-wasm functions to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
44555eb50a
LibJS: Convert test-js/test-web/test-wasm to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 years ago |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 years ago |
Idan Horowitz
|
1639ed7e0a
LibJS: Convert to_double() to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
df181809fd
LibJS: Convert to_bigint_int64() 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 |
Nico Weber
|
841a5fe81b
Tests: Fix typos
|
3 years ago |
Ali Mohammad Pur
|
30a1a25daa
Tests/LibWasm: Handle all stream errors in parse_webassembly_module
|
3 years ago |
Ali Mohammad Pur
|
99199b9bfd
Tests/LibWasm: Add support for javascript bigint values
|
3 years ago |
Andreas Kling
|
13f4890c38
LibCore: Make Core::File::open() return OSError in case of failure
|
3 years ago |
Ali Mohammad Pur
|
65cd5526cb
LibWasm+Everywhere: Make the instruction count limit configurable
|
4 years ago |
Ali Mohammad Pur
|
23b48f8fe1
Revert "LibWasm: Some more performance stuff (#8812)"
|
4 years ago |
Ali Mohammad Pur
|
35394dbfaa
LibWasm: Some more performance stuff (#8812)
|
4 years ago |
Idan Horowitz
|
53f70e5208
LibJS: Remove the default length & attributes from define_native_*
|
4 years ago |
Linus Groh
|
1ac3d253c5
LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() more
|
4 years ago |
Ali Mohammad Pur
|
b538e15548
LibWasm: Give traps a reason and display it when needed
|
4 years ago |
Ali Mohammad Pur
|
9c5d38b7db
Meta+LibWasm: Add support for module linking tests
|
4 years ago |