summaryrefslogtreecommitdiff
path: root/ext/ffi/callback.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-21 23:33:21 +0100
committerGitHub <noreply@github.com>2024-08-21 22:33:21 +0000
commit777e7eaa81ae2477852596976be6b8b360742e2e (patch)
tree7ad4cc2989903f5eddfb867b15645270c04cb121 /ext/ffi/callback.rs
parent48da3c17ea905f50b82948e6f94795e1589f852e (diff)
feat: Upgrade V8 to 12.9 (#25138)
Diffstat (limited to 'ext/ffi/callback.rs')
-rw-r--r--ext/ffi/callback.rs2
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,