Searched refs:api_method_name_for_errors (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | sync-streaming-decoder.cc | 19 const char* api_method_name_for_errors, in SyncStreamingDecoder() argument 24 api_method_name_for_errors_(api_method_name_for_errors), in SyncStreamingDecoder() 103 const char* api_method_name_for_errors, in CreateSyncStreamingDecoder() argument 106 api_method_name_for_errors, in CreateSyncStreamingDecoder()
|
D | streaming-decoder.h | 119 const char* api_method_name_for_errors,
|
D | wasm-engine.cc | 637 const char* api_method_name_for_errors) { in AsyncCompile() argument 642 ErrorThrower thrower(isolate, api_method_name_for_errors); in AsyncCompile() 667 api_method_name_for_errors, std::move(resolver)); in AsyncCompile() 679 handle(isolate->context(), isolate), api_method_name_for_errors, in AsyncCompile()
|
D | wasm-engine.h | 190 const char* api_method_name_for_errors);
|