Searched refs:wasmBytecodeLength (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/src/ |
| D | jsvm.h | 2774 size_t wasmBytecodeLength,
|
| D | js_native_api_v8.cc | 5213 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()
|