Home
last modified time | relevance | path

Searched refs:CommonPostMessageToHost (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h182 static napi_value CommonPostMessageToHost(napi_env env, napi_callback_info cbinfo, bool cloneSendable);
H A Dworker.cpp786 return CommonPostMessageToHost(env, cbinfo, true); in PostMessageToHost()
792 return CommonPostMessageToHost(env, cbinfo, false); in PostMessageWithSharedSendableToHost()
795 napi_value Worker::CommonPostMessageToHost(napi_env env, napi_callback_info cbinfo, bool cloneSendable) in CommonPostMessageToHost() function in Commonlibrary::Concurrent::WorkerModule::Worker

Completed in 5 milliseconds