Home
last modified time | relevance | path

Searched refs:targetType (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp59 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
63 return valueType == targetType; in MatchValueType()