Home
last modified time | relevance | path

Searched refs:AppendJsonString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp413 hasContent = AppendJsonString(hasContent, strCache, i); in TryCacheSerializeElements()
444 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeElements()
535 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeysFromPropertiesArray()
572 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeysFromEnumCache()
609 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeysFromGlobalObject()
646 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeysFromNameDictionary()
714 bool FastJsonStringifier::AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCa… in AppendJsonString() function in panda::ecmascript::base::FastJsonStringifier
765 hasContent = AppendJsonString(hasContent); in DefaultSerializeElements()
796 hasContent = AppendJsonString(hasContent); in DefaultSerializeElements()
886 hasContent = AppendJsonString(hasContent); in SerializeKeysFromGlobalDictionary()
[all …]
Djson_stringifier.cpp630 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeElements()
664 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeElements()
707 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
713 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
734 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
766 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
792 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
829 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
864 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
870 bool JsonStringifier::AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue>… in AppendJsonString() function in panda::ecmascript::base::JsonStringifier
Dfast_json_stringifier.h59 bool AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCache, int index);
78 bool AppendJsonString(bool hasContent);
Djson_stringifier.h68 …bool AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, bool…