Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2789 Handle<JSObject> webassembly = in Install() local
2794 JSObject::AddProperty(isolate, webassembly, factory->to_string_tag_symbol(), in Install()
2796 InstallFunc(isolate, webassembly, "compile", WebAssemblyCompile, 1); in Install()
2797 InstallFunc(isolate, webassembly, "validate", WebAssemblyValidate, 1); in Install()
2798 InstallFunc(isolate, webassembly, "instantiate", WebAssemblyInstantiate, 1); in Install()
2805 InstallFunc(isolate, webassembly, "compileStreaming", in Install()
2807 InstallFunc(isolate, webassembly, "instantiateStreaming", in Install()
2813 JSObject::AddProperty(isolate, global, name, webassembly, DONT_ENUM); in Install()
2818 InstallConstructorFunc(isolate, webassembly, "Module", WebAssemblyModule); in Install()
2832 isolate, webassembly, "Instanc in Install()
3001 Handle<JSObject> webassembly = Handle<JSObject>::cast(webassembly_obj); InstallConditionalFeatures() local
[all...]
/third_party/node/deps/v8/tools/testrunner/
H A Dbase_runner.py196 self.webassembly = build_config['v8_enable_webassembly']
243 if self.webassembly:
244 detected_options.append('webassembly')
713 "has_webassembly": self.build_config.webassembly,

Completed in 7 milliseconds