Home
last modified time | relevance | path

Searched refs:IsNapiNull (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp1888 static bool IsNapiNull(napi_env env, napi_value value) in IsNapiNull() function
1912 if (x == nullptr || IsNapiNull(env, x)) { in ConvertEccPointToNapiValue()
1918 if (y == nullptr || IsNapiNull(env, y)) { in ConvertEccPointToNapiValue()