Searched refs:propFuncValue (Results 1 – 2 of 2) sorted by relevance
728 napi_value propFuncValue = nullptr; variable729 napi_get_property_names(env, result, &propFuncValue);731 uint32_t arrayLength = NapiHelper::GetArrayLength(env, propFuncValue);
668 napi_value propFuncValue = nullptr; variable669 napi_get_property_names(env, result, &propFuncValue);671 napi_get_array_length(env, propFuncValue, &arrayLength);