Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h115 napi_value IsBoxedPrimitive(napi_env env, napi_value src) const;
H A Djs_types.cpp153 napi_value Types::IsBoxedPrimitive(napi_env env, napi_value src) const in IsBoxedPrimitive() function in OHOS::Util::Types
H A Dnative_module_util.cpp1244 static napi_value IsBoxedPrimitive(napi_env env, napi_callback_info info) in IsBoxedPrimitive() function
1252 napi_value rst = object->IsBoxedPrimitive(env, args); in IsBoxedPrimitive()
1759 DECLARE_NAPI_FUNCTION("isBoxedPrimitive", IsBoxedPrimitive), in TypeofInit()