0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00

Rolling to V8 10.4.132.16 (#1012)

This commit is contained in:
denobot 2022-07-13 03:57:57 +05:30 committed by GitHub
parent 53299dceb4
commit d2db387448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# Rusty V8 Binding
V8 Version: 10.4.132.8
V8 Version: 10.4.132.19
[![ci](https://github.com/denoland/rusty_v8/workflows/ci/badge.svg?branch=main)](https://github.com/denoland/rusty_v8/actions)
[![crates](https://img.shields.io/crates/v/v8.svg)](https://crates.io/crates/v8)

View file

@ -5699,10 +5699,9 @@ fn wasm_streaming_callback() {
ws.finish();
assert!(!scope.has_pending_background_tasks());
assert!(global.get(scope, name).unwrap().is_null());
scope.perform_microtask_checkpoint();
// We did not set wasm resolve callback so V8 uses the default one that
// runs microtasks automatically.
let result = global.get(scope, name).unwrap();
assert!(result.is_wasm_module_object());
@ -5724,9 +5723,8 @@ fn wasm_streaming_callback() {
let exception = v8::Object::new(scope).into(); // Can be anything.
ws.abort(Some(exception));
assert!(global.get(scope, name).unwrap().is_null());
scope.perform_microtask_checkpoint();
// We did not set wasm resolve callback so V8 uses the default one that
// runs microtasks automatically.
assert!(global.get(scope, name).unwrap().strict_equals(exception));
}

2
v8

@ -1 +1 @@
Subproject commit 2b15c6e79897bc48e608284424385dfad0c0199d
Subproject commit ea155d70c9a37c0d161b54de2e5cbf477205e138