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/ffi | |
parent | 48da3c17ea905f50b82948e6f94795e1589f852e (diff) |
feat: Upgrade V8 to 12.9 (#25138)
Diffstat (limited to 'ext/ffi')
-rw-r--r-- | ext/ffi/callback.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/callback.rs b/ext/ffi/callback.rs index 1ddb1fff5..39321aa84 100644 --- a/ext/ffi/callback.rs +++ b/ext/ffi/callback.rs @@ -621,7 +621,7 @@ where Ok(array_value) } -#[op2] +#[op2(fast)] pub fn op_ffi_unsafe_callback_close( state: &mut OpState, scope: &mut v8::HandleScope, |