Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.h27 static bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType);
H A Dnapi_helper.cpp24 bool NapiHelper::IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue() argument
34 return valueType == expectType; in IsTypeForNapiValue()

Completed in 2 milliseconds