Lines Matching refs:AppendJsonString
417 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()
836 hasContent = AppendJsonString(hasContent); in DefaultSerializeKeys()
870 hasContent = AppendJsonString(hasContent); in DefaultSerializeKeys()
902 hasContent = AppendJsonString(hasContent); in DefaultSerializeKeys()
908 bool FastJsonStringifier::AppendJsonString(bool hasContent) in AppendJsonString() function in panda::ecmascript::base::FastJsonStringifier