Home
last modified time | relevance | path

Searched refs:SendableUtils (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.h98 class SendableUtils { class
100 SendableUtils() = default;
101 ~SendableUtils() = default;
H A Dtest.cpp46 napi_value SendableUtils::CreateSendableClass(napi_env env) in CreateSendableClass()
65 napi_value SendableUtils::CreateSendableInstance(napi_env env) in CreateSendableInstance()
67 napi_value cls = SendableUtils::CreateSendableClass(env); in CreateSendableInstance()
73 napi_value SendableUtils::Foo(napi_env env, napi_callback_info info) in Foo()
78 napi_value SendableUtils::Bar(napi_env env, napi_callback_info info) in Bar()
H A Dtest_taskpool.cpp34 napi_value instance = SendableUtils::CreateSendableInstance(env); in GetSendableFunction()

Completed in 11 milliseconds