Searched refs:funValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test_taskpool.cpp | 2089 napi_value funValue = nullptr; variable 2090 napi_create_function(env, "testFunc", NAPI_AUTO_LENGTH, func, nullptr, &funValue); 2091 napi_value argv[] = {funValue}; 2133 napi_value funValue = nullptr; variable 2134 napi_create_function(env, "testFunc", NAPI_AUTO_LENGTH, func, nullptr, &funValue); 2135 napi_value argv1[] = {funValue};
|