Searched defs:JSTaggedValue (Results 1 – 5 of 5) sorted by relevance
143 ARK_INLINE constexpr JSTaggedValue() : value_(JSTaggedValue::NULL_POINTER) {} in JSTaggedValue() function145 ARK_INLINE constexpr explicit JSTaggedValue(JSTaggedType v) : value_(v) {} in JSTaggedValue() function147 …ARK_INLINE constexpr explicit JSTaggedValue(int v) : value_(static_cast<JSTaggedType>(v) | TAG_INT… in JSTaggedValue() function149 ARK_INLINE explicit JSTaggedValue(unsigned int v) in JSTaggedValue() function158 ARK_INLINE constexpr explicit JSTaggedValue(bool v) in JSTaggedValue() function161 ARK_INLINE explicit JSTaggedValue(double v) in JSTaggedValue() function168 …ARK_INLINE explicit JSTaggedValue(const TaggedObject *v) : value_(static_cast<JSTaggedType>(ToUint… in JSTaggedValue() function170 ARK_INLINE explicit JSTaggedValue(int64_t v) in JSTaggedValue() function
60 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey()
150 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey()
69 static inline bool CompareKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompareKey()
28 class JSTaggedValue; variable