Searched defs:JSTaggedValue (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_tagged_value.h | 95 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
|
| D | tagged_dictionary.h | 72 … 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()
|
| D | global_dictionary-inl.h | 205 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey()
|
| D | ecma_context.h | 60 class JSTaggedValue; variable
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_helper.h | 65 static inline bool CompareKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompareKey()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | c_string.h | 28 class JSTaggedValue; variable
|
| /arkcompiler/ets_runtime/ecmascript/napi/include/ |
| D | jsnapi.h | 69 class JSTaggedValue; variable
|
| D | jsnapi_expo.h | 74 class JSTaggedValue; variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 1914 const std::vector<std::pair<JSTaggedValue, JSTaggedValue>>& indices, in MakeMatchIndicesIndexPairArray()
|