Searched refs:CommonPostMessage (Results 1 – 2 of 2) sorted by relevance
169 … static napi_value CommonPostMessage(napi_env env, napi_callback_info cbinfo, bool cloneSendable);
443 return CommonPostMessage(env, cbinfo, true); in PostMessage()449 return CommonPostMessage(env, cbinfo, false); in PostMessageWithSharedSendable()452 napi_value Worker::CommonPostMessage(napi_env env, napi_callback_info cbinfo, bool cloneSendable) in CommonPostMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker