Searched refs:IsBoxedPrimitive (Results 1 – 3 of 3) sorted by relevance
115 napi_value IsBoxedPrimitive(napi_env env, napi_value src) const;
153 napi_value Types::IsBoxedPrimitive(napi_env env, napi_value src) const in IsBoxedPrimitive() function in OHOS::Util::Types
1244 static napi_value IsBoxedPrimitive(napi_env env, napi_callback_info info) in IsBoxedPrimitive() function1252 napi_value rst = object->IsBoxedPrimitive(env, args); in IsBoxedPrimitive()1759 DECLARE_NAPI_FUNCTION("isBoxedPrimitive", IsBoxedPrimitive), in TypeofInit()