Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc1489 Handle<JSObject> webassembly = factory->NewJSObject(cons, TENURED); in Install() local
1494 JSObject::AddProperty(isolate, webassembly, factory->to_string_tag_symbol(), in Install()
1496 InstallFunc(isolate, webassembly, "compile", WebAssemblyCompile, 1); in Install()
1497 InstallFunc(isolate, webassembly, "validate", WebAssemblyValidate, 1); in Install()
1498 InstallFunc(isolate, webassembly, "instantiate", WebAssemblyInstantiate, 1); in Install()
1501 InstallFunc(isolate, webassembly, "compileStreaming", in Install()
1503 InstallFunc(isolate, webassembly, "instantiateStreaming", in Install()
1509 JSObject::AddProperty(isolate, global, name, webassembly, attributes); in Install()
1514 InstallFunc(isolate, webassembly, "Module", WebAssemblyModule, 1); in Install()
1534 InstallFunc(isolate, webassembly, "Instance", WebAssemblyInstance, 1); in Install()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DREADME.txt43 * https://webassembly.github.io/