Searched refs:InstallFunc (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-js.cc | 732 Handle<JSFunction> InstallFunc(Isolate* isolate, Handle<JSObject> object, in InstallFunc() function 822 InstallFunc(isolate, webassembly, "compile", WebAssemblyCompile, 1); in Install() 823 InstallFunc(isolate, webassembly, "validate", WebAssemblyValidate, 1); in Install() 824 InstallFunc(isolate, webassembly, "instantiate", WebAssemblyInstantiate, 1); in Install() 828 InstallFunc(isolate, webassembly, "Module", WebAssemblyModule, 1); in Install() 836 InstallFunc(isolate, module_constructor, "imports", WebAssemblyModuleImports, in Install() 838 InstallFunc(isolate, module_constructor, "exports", WebAssemblyModuleExports, in Install() 840 InstallFunc(isolate, module_constructor, "customSections", in Install() 849 InstallFunc(isolate, webassembly, "Instance", WebAssemblyInstance, 1); in Install() 865 InstallFunc(isolate, webassembly, "Table", WebAssemblyTable, 1); in Install() [all …]
|