Searched refs:GetNativeInt64 (Results 1 – 3 of 3) sorted by relevance
37 bool GetNativeInt64(const napi_env &env, const napi_value &value, int64_t &number);
365 if (!GetNativeInt64(env, napiInterval, interval)) { in GetInterval()586 if (!GetNativeInt64(env, args[1], timeMillis)) { in GetGeomagneticField()
113 bool GetNativeInt64(const napi_env &env, const napi_value &value, int64_t &number) in GetNativeInt64() function