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.cpp417 hasContent = AppendJsonString(hasContent, strCache, i); in TryCacheSerializeElements()
448 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeElements()
521 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeys()
551 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeys()
585 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeys()
617 hasContent = AppendJsonString(hasContent, strCache, index); in TryCacheSerializeKeys()
685 bool FastJsonStringifier::AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCa… in AppendJsonString() function in panda::ecmascript::base::FastJsonStringifier
736 hasContent = AppendJsonString(hasContent); in DefaultSerializeElements()
767 hasContent = AppendJsonString(hasContent); in DefaultSerializeElements()
806 hasContent = AppendJsonString(hasContent); in DefaultSerializeKeys()
[all …]
Dfast_json_stringifier.h58 bool AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCache, int index);
69 bool AppendJsonString(bool hasContent);
Djson_stringifier.cpp599 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeElements()
633 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeElements()
674 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
705 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
732 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
769 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
804 hasContent = JsonStringifier::AppendJsonString(obj, replacer, hasContent); in SerializeKeys()
810 bool JsonStringifier::AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue>… in AppendJsonString() function in panda::ecmascript::base::JsonStringifier
Djson_stringifier.h65 …bool AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, bool…