Searched defs:ParseInt32 (Results 1 – 2 of 2) sorted by relevance
75 bool ParseInt32(const napi_env& env, const napi_value& value, int32_t& result) in ParseInt32() function
169 bool NapiParseUtils::ParseInt32(napi_env env, napi_value argv, int32_t& outValue) in ParseInt32() function in OHOS::NWeb::NapiParseUtils