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 …]
Dfast_json_stringifier.h59 bool AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCache, int index);
78 bool AppendJsonString(bool hasContent);
Djson_stringifier.cpp895 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeElements()
929 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeElements()
972 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
978 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
999 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
1031 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
1057 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
1094 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
1129 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
1135 bool JsonStringifier::AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue>… in AppendJsonString() function in panda::ecmascript::base::JsonStringifier
Djson_stringifier.h81 …bool AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, bool…