| 5700 | } |
| 5701 | |
| 5702 | inline std::vector<napi_value> AsyncWorker::GetResult(Napi::Env /*env*/) { |
| 5703 | return {}; |
| 5704 | } |
| 5705 | // The OnAsyncWorkExecute method receives an napi_env argument. However, do NOT |
| 5706 | // use it within this method, as it does not run on the JavaScript thread and |
| 5707 | // must not run any method that would cause JavaScript to run. In practice, |
nothing calls this directly
no outgoing calls
no test coverage detected