Searched refs:targetType (Results 1 – 1 of 1) sorted by relevance
59 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument63 return valueType == targetType; in MatchValueType()