Searched refs:nativeDataValueType (Results 1 – 2 of 2) sorted by relevance
76 napi_valuetype nativeDataValueType = napi_undefined; in ConvertFormInfoFilterThrow() local77 napi_typeof(env, nativeDataValue, &nativeDataValueType); in ConvertFormInfoFilterThrow()78 if (nativeDataValue == nullptr || (nativeDataValueType != napi_undefined && in ConvertFormInfoFilterThrow()
700 napi_valuetype nativeDataValueType = napi_undefined; in ConvertFormInfoFilter() local701 napi_typeof(env, nativeDataValue, &nativeDataValueType); in ConvertFormInfoFilter()702 if (nativeDataValue == nullptr || (nativeDataValueType != napi_undefined && in ConvertFormInfoFilter()