Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h107 napi_value IsBooleanObject(napi_env env, napi_value src) const;
H A Djs_types.cpp140 napi_value Types::IsBooleanObject(napi_env env, napi_value src) const in IsBooleanObject() function in OHOS::Util::Types
162 NAPI_CALL(env, napi_get_value_bool(env, IsBooleanObject(env, src), &rstBool)); in IsBoxedPrimitive()
H A Dnative_module_util.cpp1232 static napi_value IsBooleanObject(napi_env env, napi_callback_info info) in IsBooleanObject() function
1240 napi_value rst = object->IsBooleanObject(env, args); in IsBooleanObject()
1758 DECLARE_NAPI_FUNCTION("isBooleanObject", IsBooleanObject), in TypeofInit()