Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h95 ARK_INLINE constexpr JSTaggedValue() : value_(JSTaggedValue::NULL_POINTER) {} in JSTaggedValue() function
97 ARK_INLINE constexpr explicit JSTaggedValue(JSTaggedType v) : value_(v) {} in JSTaggedValue() function
99 …ARK_INLINE constexpr explicit JSTaggedValue(int v) : value_(static_cast<JSTaggedType>(v) | TAG_INT… in JSTaggedValue() function
101 ARK_INLINE explicit JSTaggedValue(unsigned int v) in JSTaggedValue() function
110 ARK_INLINE constexpr explicit JSTaggedValue(bool v) in JSTaggedValue() function
113 ARK_INLINE explicit JSTaggedValue(double v) in JSTaggedValue() function
120 …ARK_INLINE explicit JSTaggedValue(const TaggedObject *v) : value_(static_cast<JSTaggedType>(ToUint… in JSTaggedValue() function
122 ARK_INLINE explicit JSTaggedValue(int64_t v) in JSTaggedValue() function
Dtagged_dictionary.h72 … static inline bool CompHandleKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompHandleKey()
77 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey()
Dglobal_dictionary-inl.h205 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey()
Decma_context.h60 class JSTaggedValue; variable
/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.h65 static inline bool CompareKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompareKey()
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h28 class JSTaggedValue; variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h69 class JSTaggedValue; variable
Djsnapi_expo.h74 class JSTaggedValue; variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1914 const std::vector<std::pair<JSTaggedValue, JSTaggedValue>>& indices, in MakeMatchIndicesIndexPairArray()