Searched defs:JSTaggedValue (Results 1 – 8 of 8) sorted by relevance
71 constexpr explicit JSTaggedValue(coretypes::TaggedType v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function72 constexpr explicit JSTaggedValue(int v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function73 explicit JSTaggedValue(unsigned int v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function74 constexpr explicit JSTaggedValue(bool v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function75 explicit JSTaggedValue(double v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function76 explicit JSTaggedValue(const ObjectHeader *v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function77 explicit JSTaggedValue(const TaggedObject *v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function78 …explicit JSTaggedValue(const coretypes::TaggedValue &other) : coretypes::TaggedValue(other.GetRawD… in JSTaggedValue() function79 explicit JSTaggedValue(int64_t v) : coretypes::TaggedValue(v){}; in JSTaggedValue() function
57 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey()
149 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()
23 using JSTaggedValue = JSTaggedValue; variable
25 using JSTaggedValue = panda::ecmascript::JSTaggedValue; typedef
28 class JSTaggedValue; variable
24 using JSTaggedValue = JSTaggedValue; variable