Home
last modified time | relevance | path

Searched refs:wasmBytecodeLength (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Djsvm.h2774 size_t wasmBytecodeLength,
Djs_native_api_v8.cc5213 size_t wasmBytecodeLength, in OH_JSVM_CompileWasmModule() argument
5220 RETURN_STATUS_IF_FALSE(env, wasmBytecodeLength > 0, JSVM_INVALID_ARG); in OH_JSVM_CompileWasmModule()
5223 maybe_module = v8::WasmModuleObject::Compile(env->isolate, {wasmBytecode, wasmBytecodeLength}); in OH_JSVM_CompileWasmModule()
5228 env->isolate, {wasmBytecode, wasmBytecodeLength}, {cacheData, cacheDataLength}, rejected); in OH_JSVM_CompileWasmModule()