Searched refs:IsBooleanObject (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | js_types.h | 107 napi_value IsBooleanObject(napi_env env, napi_value src) const;
|
H A D | js_types.cpp | 140 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 D | native_module_util.cpp | 1232 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()
|