Searched refs:Convert2Int64 (Results 1 – 3 of 3) sorted by relevance
67 int64_t Convert2Int64(napi_env env, napi_value value);68 int64_t Convert2Int64(napi_env env, napi_value object, const std::string &propertyName);
419 int64_t Convert2Int64(napi_env env, napi_value value) in Convert2Int64() function426 int64_t Convert2Int64(napi_env env, napi_value object, const std::string &propertyName) in Convert2Int64() function435 return Convert2Int64(env, value); in Convert2Int64()
364 int64_t size = NapiUtils::Convert2Int64(env, value); in ParseBegins()374 return NapiUtils::Convert2Int64(env, value); in ParseEnds()