Searched refs:ints (Results 1 – 2 of 2) sorted by relevance
41 void GetInt32s(const napi_env env, const napi_value arr, std::vector<int32_t>& ints);
167 void GetInt32s(const napi_env env, const napi_value arr, std::vector<int32_t>& ints) in GetInt32s() argument175 ints.push_back(GetInt32(env, element)); in GetInt32s()