diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-21 23:33:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 22:33:21 +0000 |
commit | 777e7eaa81ae2477852596976be6b8b360742e2e (patch) | |
tree | 7ad4cc2989903f5eddfb867b15645270c04cb121 /ext/node/ops/v8.rs | |
parent | 48da3c17ea905f50b82948e6f94795e1589f852e (diff) |
feat: Upgrade V8 to 12.9 (#25138)
Diffstat (limited to 'ext/node/ops/v8.rs')
-rw-r--r-- | ext/node/ops/v8.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/ops/v8.rs b/ext/node/ops/v8.rs index 5520784f3..ebcf6b080 100644 --- a/ext/node/ops/v8.rs +++ b/ext/node/ops/v8.rs @@ -7,7 +7,7 @@ pub fn op_v8_cached_data_version_tag() -> u32 { v8::script_compiler::cached_data_version_tag() } -#[op2] +#[op2(fast)] pub fn op_v8_get_heap_statistics( scope: &mut v8::HandleScope, #[buffer] buffer: &mut [f64], |