Home
last modified time | relevance | path

Searched refs:CallHostFunction (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h512 void CallHostFunction(size_t argc, const napi_value* argv, const char* methodName) const;
H A Dworker.cpp1671 void Worker::CallHostFunction(size_t argc, const napi_value* argv, const char* methodName) const in CallHostFunction() function in Commonlibrary::Concurrent::WorkerModule::Worker
1708 CallHostFunction(1, argv, "onexit"); in CloseHostCallback()
1791 CallHostFunction(0, nullptr, "onmessageerror"); in HostOnMessageErrorInner()