Home
last modified time | relevance | path

Searched refs:ints (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_util.h45 void GetInt32s(const napi_env env, const napi_value arr, std::vector<int32_t>& ints);
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_util.cpp189 void GetInt32s(const napi_env env, const napi_value arr, std::vector<int32_t>& ints) in GetInt32s() argument
197 ints.push_back(GetInt32(env, element)); in GetInt32s()

Completed in 2 milliseconds