diff options
Diffstat (limited to 'ext/ffi/00_ffi.js')
-rw-r--r-- | ext/ffi/00_ffi.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffi/00_ffi.js b/ext/ffi/00_ffi.js index 58d0b75f4..a572ed61c 100644 --- a/ext/ffi/00_ffi.js +++ b/ext/ffi/00_ffi.js @@ -6,7 +6,7 @@ const { isDataView, isTypedArray, } = core; -const { +import { op_ffi_buf_copy_into, op_ffi_call_nonblocking, op_ffi_call_ptr, @@ -36,7 +36,7 @@ const { op_ffi_unsafe_callback_close, op_ffi_unsafe_callback_create, op_ffi_unsafe_callback_ref, -} = core.ensureFastOps(true); +} from "ext:core/ops"; const { ArrayBufferIsView, ArrayBufferPrototypeGetByteLength, |