Searched defs:JSTaggedValue (Results 1 – 7 of 7) sorted by relevance
69 static inline bool CompareKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompareKey()
145 ARK_INLINE constexpr JSTaggedValue() : value_(JSTaggedValue::NULL_POINTER) {} in JSTaggedValue() function147 ARK_INLINE constexpr explicit JSTaggedValue(JSTaggedType v) : value_(v) {} in JSTaggedValue() function149 …ARK_INLINE constexpr explicit JSTaggedValue(int v) : value_(static_cast<JSTaggedType>(v) | TAG_INT… in JSTaggedValue() function151 ARK_INLINE explicit JSTaggedValue(unsigned int v) in JSTaggedValue() function160 ARK_INLINE constexpr explicit JSTaggedValue(bool v) in JSTaggedValue() function163 ARK_INLINE explicit JSTaggedValue(double v) in JSTaggedValue() function170 …ARK_INLINE explicit JSTaggedValue(const TaggedObject *v) : value_(static_cast<JSTaggedType>(ToUint… in JSTaggedValue() function172 ARK_INLINE explicit JSTaggedValue(int64_t v) in JSTaggedValue() function
66 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey()
186 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey()
55 class JSTaggedValue; variable
28 class JSTaggedValue; variable
59 class JSTaggedValue; variable