Searched refs:GetBooleans (Results 1 – 3 of 3) sorted by relevance
42 void GetBooleans(const napi_env env, const napi_value arr, std::vector<bool>& bools);
124 NapiUtil::GetBooleans(env, arr, bools); in AddArrayParam2EventPack()
157 void GetBooleans(const napi_env env, const napi_value arr, std::vector<bool>& bools) in GetBooleans() function