Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds