Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_tagged_value.h71 constexpr explicit JSTaggedValue(coretypes::TaggedType v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
72 constexpr explicit JSTaggedValue(int v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
73 explicit JSTaggedValue(unsigned int v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
74 constexpr explicit JSTaggedValue(bool v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
75 explicit JSTaggedValue(double v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
76 explicit JSTaggedValue(const ObjectHeader *v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
77 explicit JSTaggedValue(const TaggedObject *v) : coretypes::TaggedValue(v) {} in JSTaggedValue() function
78 …explicit JSTaggedValue(const coretypes::TaggedValue &other) : coretypes::TaggedValue(other.GetRawD… in JSTaggedValue() function
79 explicit JSTaggedValue(int64_t v) : coretypes::TaggedValue(v){}; in JSTaggedValue() function
Dtagged_dictionary.h57 static inline bool CompKey(const std::pair<JSTaggedValue, PropertyAttributes> &a, in CompKey()
Dglobal_dictionary-inl.h149 bool GlobalDictionary::CompKey(const std::pair<JSTaggedValue, uint32_t> &a, const std::pair<JSTagge… in CompKey()
/ark/js_runtime/ecmascript/base/
Djson_stringifier.h69 static inline bool CompareKey(const std::pair<JSHandle<JSTaggedValue>, PropertyAttributes> &a, in CompareKey()
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_json.h23 using JSTaggedValue = JSTaggedValue; variable
/ark/js_runtime/ecmascript/tests/
Djs_symbol_test.cpp25 using JSTaggedValue = panda::ecmascript::JSTaggedValue; typedef
/ark/js_runtime/ecmascript/mem/
Dc_string.h28 class JSTaggedValue; variable
/ark/js_runtime/ecmascript/compiler/
Dstub-inl.h24 using JSTaggedValue = JSTaggedValue; variable