Searched refs:CommonPostMessageToHost (Results 1 – 2 of 2) sorted by relevance
193 …static napi_value CommonPostMessageToHost(napi_env env, napi_callback_info cbinfo, bool cloneSenda…
813 return CommonPostMessageToHost(env, cbinfo, true); in PostMessageToHost()819 return CommonPostMessageToHost(env, cbinfo, false); in PostMessageWithSharedSendableToHost()822 napi_value Worker::CommonPostMessageToHost(napi_env env, napi_callback_info cbinfo, bool cloneSenda… in CommonPostMessageToHost() function in Commonlibrary::Concurrent::WorkerModule::Worker