Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/fuzzer/
H A Dwasm-async.cc81 constexpr const char* kAPIMethodName = "WasmAsyncFuzzer.compile"; in LLVMFuzzerTestOneInput() local
85 ModuleWireBytes(data, data + size), false, kAPIMethodName); in LLVMFuzzerTestOneInput()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-js.cc475 constexpr const char* kAPIMethodName = "WebAssembly.compile()"; in WebAssemblyCompile() local
480 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompile()
505 kAPIMethodName); in WebAssemblyCompile()
545 const char* const kAPIMethodName = "WebAssembly.compileStreaming()"; in WebAssemblyCompileStreaming() local
546 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompileStreaming()
571 isolate, kAPIMethodName, resolver)); in WebAssemblyCompileStreaming()
809 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiateStreaming()
853 isolate, kAPIMethodName, compilation_resolver)); in WebAssemblyInstantiateStreaming()
885 constexpr const char* kAPIMethodName = "WebAssembly.instantiate()"; in WebAssemblyInstantiate() local
891 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiate()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-wasm-shared-engine.cc161 constexpr const char* kAPIMethodName = "Test.CompileAndInstantiateAsync"; in CompileAndInstantiateAsync() local
165 ModuleWireBytes(buffer->begin(), buffer->end()), true, kAPIMethodName); in CompileAndInstantiateAsync()
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-js.cc495 constexpr const char* kAPIMethodName = "WebAssembly.compile()"; in WebAssemblyCompile() local
500 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompile()
525 kAPIMethodName); in WebAssemblyCompile()
565 const char* const kAPIMethodName = "WebAssembly.compileStreaming()"; in WebAssemblyCompileStreaming() local
566 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompileStreaming()
591 isolate, kAPIMethodName, resolver)); in WebAssemblyCompileStreaming()
855 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiateStreaming()
899 isolate, kAPIMethodName, compilation_resolver)); in WebAssemblyInstantiateStreaming()
931 constexpr const char* kAPIMethodName = "WebAssembly.instantiate()"; in WebAssemblyInstantiate() local
937 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-js.cc493 constexpr const char* kAPIMethodName = "WebAssembly.compile()"; in WebAssemblyCompile() local
498 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompile()
523 kAPIMethodName); in WebAssemblyCompile()
563 const char* const kAPIMethodName = "WebAssembly.compileStreaming()"; in WebAssemblyCompileStreaming() local
564 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyCompileStreaming()
589 isolate, kAPIMethodName, resolver)); in WebAssemblyCompileStreaming()
827 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiateStreaming()
871 isolate, kAPIMethodName, compilation_resolver)); in WebAssemblyInstantiateStreaming()
903 constexpr const char* kAPIMethodName = "WebAssembly.instantiate()"; in WebAssemblyInstantiate() local
909 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName); in WebAssemblyInstantiate()
[all …]