Home
last modified time | relevance | path

Searched refs:IsSendable (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h39 static bool IsSendable(napi_env env, napi_value value);
H A Dnapi_helper.cpp161 bool NapiHelper::IsSendable(napi_env env, napi_value value) in IsSendable() function in Commonlibrary::Concurrent::Common::Helper::NapiHelper
/commonlibrary/ets_utils/js_concurrent_module/test/
H A Dtest_concurrent.cpp663 bool res = NapiHelper::IsSendable(env, value); in HWTEST_F()
672 bool res = NapiHelper::IsSendable(env, value); in HWTEST_F()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.cpp351 if (!NapiHelper::IsArrayBuffer(env, cloneVal) && !NapiHelper::IsSendable(env, cloneVal)) { in SetCloneList()

Completed in 5 milliseconds