Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc508 constexpr const char* kAPIMethodName = "WebAssembly.compile()"; in WebAssemblyCompile() local
513 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompile()
538 kAPIMethodName); in WebAssemblyCompile()
578 const char* const kAPIMethodName = "WebAssembly.compileStreaming()"; in WebAssemblyCompileStreaming() local
579 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompileStreaming()
604 isolate, kAPIMethodName, resolver)); in WebAssemblyCompileStreaming()
867 const char* const kAPIMethodName = "WebAssembly.instantiateStreaming()"; in WebAssemblyInstantiateStreaming() local
868 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiateStreaming()
912 isolate, kAPIMethodName, compilation_resolver)); in WebAssemblyInstantiateStreaming()
944 constexpr const char* kAPIMethodName in WebAssemblyInstantiate() local
[all...]

Completed in 4 milliseconds