Home
last modified time | relevance | path

Searched defs:JSTaggedValue (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.h69 static inline bool CompareKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompareKey()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h145 ARK_INLINE constexpr JSTaggedValue() : value_(JSTaggedValue::NULL_POINTER) {} in JSTaggedValue() function
147 ARK_INLINE constexpr explicit JSTaggedValue(JSTaggedType v) : value_(v) {} in JSTaggedValue() function
149 …ARK_INLINE constexpr explicit JSTaggedValue(int v) : value_(static_cast<JSTaggedType>(v) | TAG_INT… in JSTaggedValue() function
151 ARK_INLINE explicit JSTaggedValue(unsigned int v) in JSTaggedValue() function
160 ARK_INLINE constexpr explicit JSTaggedValue(bool v) in JSTaggedValue() function
163 ARK_INLINE explicit JSTaggedValue(double v) in JSTaggedValue() function
170 …ARK_INLINE explicit JSTaggedValue(const TaggedObject *v) : value_(static_cast<JSTaggedType>(ToUint… in JSTaggedValue() function
172 ARK_INLINE explicit JSTaggedValue(int64_t v) in JSTaggedValue() function
Dtagged_dictionary.h66 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey()
Dglobal_dictionary-inl.h186 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey()
Decma_context.h55 class JSTaggedValue; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h28 class JSTaggedValue; variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h59 class JSTaggedValue; variable