Searched defs:ParseInt64 (Results 1 – 2 of 2) sorted by relevance
76 bool ParseInt64(const napi_env& env, const napi_value& value, int64_t& result) in ParseInt64() function
185 bool NapiParseUtils::ParseInt64(napi_env env, napi_value argv, int64_t& outValue) in ParseInt64() function in OHOS::NWeb::NapiParseUtils