Searched refs:CallHostFunction (Results 1 – 2 of 2) sorted by relevance
512 void CallHostFunction(size_t argc, const napi_value* argv, const char* methodName) const;
1671 void Worker::CallHostFunction(size_t argc, const napi_value* argv, const char* methodName) const in CallHostFunction() function in Commonlibrary::Concurrent::WorkerModule::Worker1708 CallHostFunction(1, argv, "onexit"); in CloseHostCallback()1791 CallHostFunction(0, nullptr, "onmessageerror"); in HostOnMessageErrorInner()