Home
last modified time | relevance | path

Searched refs:isNull (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/
H A Dnative_module_util.cpp58 bool isNull = false; in IsValidValue() local
60 napi_strict_equals(env, value, nullRef, &isNull); in IsValidValue()
61 return !(isUndefined || isNull); in IsValidValue()

Completed in 5 milliseconds