From 5a1d3ea6148dc40fad3dad5660118dd1882c97eb Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 17 Mar 2023 03:32:09 +0530 Subject: chore: bump rusty_v8 to 0.65.0 (#18231) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- core/bindings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/bindings.rs b/core/bindings.rs index 12a2945eb..7970f9aab 100644 --- a/core/bindings.rs +++ b/core/bindings.rs @@ -207,7 +207,7 @@ fn add_op_to_deno_core_ops( // Don't initialize fast ops when snapshotting, the external references count mismatch. if !snapshot_options.will_snapshot() { // TODO(@littledivy): Support fast api overloads in ops. - builder.build_fast(scope, &**fast_function, None) + builder.build_fast(scope, &**fast_function, None, None, None) } else { builder.build(scope) } -- cgit v1.2.3