Home
last modified time | relevance | path

Searched refs:WebAssembly (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_wasm.cpp156 auto WebAssembly = jsvm::GetProperty(globalThis, "WebAssembly"); in InstantiateWasmModule() local
157 CHECK(jsvm::IsObject(WebAssembly)); in InstantiateWasmModule()
158 auto WebAssemblyInstance = jsvm::GetProperty(WebAssembly, "Instance"); in InstantiateWasmModule()
701 auto WebAssembly = jsvm::GetProperty(jsvm::Global(), jsvm::Str("WebAssembly")); local
702 auto Module = jsvm::GetProperty(WebAssembly, jsvm::Str("Module"));
724 auto WebAssembly = jsvm::Global("WebAssembly"); local
725 auto validate = jsvm::GetProperty(WebAssembly, "validate");
726 auto isValid = jsvm::Call(validate, WebAssembly, {arraybuffer});
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/ets/test/
DJsvmTest.ets6597 * @tc.desc Test the function of WebAssembly interfaces.
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp8484 {js:{_:console.log("JSVM: Called from WebAssembly Hello world")}}).then(function(obj)