Lines Matching defs:kAPIMethodName
508 constexpr const char* kAPIMethodName = "WebAssembly.compile()";
513 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName);
538 kAPIMethodName);
578 const char* const kAPIMethodName = "WebAssembly.compileStreaming()";
579 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName);
604 isolate, kAPIMethodName, resolver));
867 const char* const kAPIMethodName = "WebAssembly.instantiateStreaming()";
868 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName);
912 isolate, kAPIMethodName, compilation_resolver));
944 constexpr const char* kAPIMethodName = "WebAssembly.instantiate()";
950 ScheduledErrorThrower thrower(i_isolate, kAPIMethodName);
1019 is_shared, kAPIMethodName);