Rolling to V8 11.2.214.9 (#1204)

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
denobot 2023-03-22 06:59:42 +09:00 committed by GitHub
parent 98853f44f0
commit 70ecb6b4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Rusty V8 Binding
V8 Version: 11.0.226.19
V8 Version: 11.2.214.9
[![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

@ -840,6 +840,7 @@ edge [fontsize=10]
#[test]
fn test_static_lib_size() {
let static_lib_size = std::fs::metadata(static_lib_path()).unwrap().len();
assert!(static_lib_size <= 200u64 << 20); // No more than 200 MiB.
eprintln!("static lib size {}", static_lib_size);
assert!(static_lib_size <= 230u64 << 20); // No more than 230 MiB.
}
}

2
v8

@ -1 +1 @@
Subproject commit feca58c1c122f1bfc079054804f8b6fdf25676df
Subproject commit 12d50045fecc414e4ca1cca49dcbaf269aa6c14e