Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.h158 static napi_value CommonPostMessage(napi_env env, napi_callback_info cbinfo, bool cloneSendable);
H A Dworker.cpp406 return CommonPostMessage(env, cbinfo, true); in PostMessage()
412 return CommonPostMessage(env, cbinfo, false); in PostMessageWithSharedSendable()
415 napi_value Worker::CommonPostMessage(napi_env env, napi_callback_info cbinfo, bool cloneSendable) in CommonPostMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker

Completed in 5 milliseconds