diff options
author | snek <snek@deno.com> | 2024-07-31 16:22:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-31 23:22:34 +0000 |
commit | f57745fe2106a4d26dd2209e1b2cacb2d6430245 (patch) | |
tree | f3ea0c476940b296ec3cc507adca05088ed947be /tests/testdata/run/worker_close_in_wasm_reactions.js.out | |
parent | fbcd250bc8ffb3b577afca7131d1d37f55eb47a2 (diff) |
feat: upgrade V8 to 12.8 (#24693)
- upgrade to v8 12.8
- optimizes DataView bigint methods
- fixes global interceptors
- includes CPED methods for ALS
- fix global resolution
- makes global resolution consistent using host_defined_options.
originally a separate patch but due to the global interceptor bug it
needs to be included in this pr for all tests to pass.
Diffstat (limited to 'tests/testdata/run/worker_close_in_wasm_reactions.js.out')
-rw-r--r-- | tests/testdata/run/worker_close_in_wasm_reactions.js.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/run/worker_close_in_wasm_reactions.js.out b/tests/testdata/run/worker_close_in_wasm_reactions.js.out index 325180de4..904613dae 100644 --- a/tests/testdata/run/worker_close_in_wasm_reactions.js.out +++ b/tests/testdata/run/worker_close_in_wasm_reactions.js.out @@ -1,2 +1,2 @@ -Error: CompileError: WebAssembly.compile(): reached end while decoding length: @+10 +Error: CompileError: WebAssembly.compile(): reached end while decoding length @+10 at file:///[WILDCARD]/close_in_wasm_reactions.js:18:13 |