diff options
Diffstat (limited to 'core/01_core.js')
-rw-r--r-- | core/01_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/01_core.js b/core/01_core.js index e1ac275eb..c7ced9b82 100644 --- a/core/01_core.js +++ b/core/01_core.js @@ -306,7 +306,7 @@ deserialize: (buffer, options) => ops.op_deserialize(buffer, options), getPromiseDetails: (promise) => ops.op_get_promise_details(promise), getProxyDetails: (proxy) => ops.op_get_proxy_details(proxy), - isProxy: (value) => ops.op_is_proxy(value), + isProxy: (value) => ops.op_is_proxy.fast(value), memoryUsage: () => ops.op_memory_usage(), setWasmStreamingCallback: (fn) => ops.op_set_wasm_streaming_callback(fn), abortWasmStreaming: ( |