Searched refs:CallHostFunction (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
H A D | worker.h | 500 void CallHostFunction(size_t argc, const napi_value* argv, const char* methodName) const;
|
H A D | worker.cpp | 1637 void Worker::CallHostFunction(size_t argc, const napi_value* argv, const char* methodName) const in CallHostFunction() function in Commonlibrary::Concurrent::WorkerModule::Worker 1646 "host thread maybe is over when CallHostFunction"); in CallHostFunction() 1674 CallHostFunction(1, argv, "onexit"); in CloseHostCallback() 1758 CallHostFunction(0, nullptr, "onmessageerror"); in HostOnMessageErrorInner()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/test/ |
H A D | test_worker.cpp | 546 worker->CallHostFunction(0, nullptr, "onmessageerror"); in HandleGlobalCall() 549 worker->CallHostFunction(0, nullptr, "onmessageerror"); in HandleGlobalCall() 555 worker->CallHostFunction(1, argv, "onmessage"); in HandleGlobalCall() 916 "host thread maybe is over when CallHostFunction"); in DebuggerOnPostTask()
|
Completed in 14 milliseconds