Home
last modified time | relevance | path

Searched defs:hasContent (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.cpp173 CString FastJsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
222 bool hasContent = false; in SerializeJSONObject() local
408 bool FastJsonStringifier::TryCacheSerializeElements(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeElements()
455 bool FastJsonStringifier::SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeElementsWithCache()
488 bool FastJsonStringifier::TryCacheSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeys()
623 bool FastJsonStringifier::SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeKeysWithCache()
685 bool FastJsonStringifier::AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCa… in AppendJsonString()
707 bool FastJsonStringifier::FastAppendJsonString(bool hasContent, CString &key) in FastAppendJsonString()
728 bool FastJsonStringifier::DefaultSerializeElements(const JSHandle<JSObject> &obj, bool hasContent) in DefaultSerializeElements()
774 bool FastJsonStringifier::DefaultSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent) in DefaultSerializeKeys()
[all …]
Dfast_json_stringifier.h74 inline void EraseKeyString(CString &keyStr, bool hasContent) in EraseKeyString()
80 inline void FastSerializeObjectKey(CString &key, bool hasContent) in FastSerializeObjectKey()
Djson_stringifier.cpp329 void JsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
387 bool hasContent = false; in SerializeJSONObject() local
591 bool hasContent) in SerializeElements()
641 bool hasContent) in SerializeKeys()
811 bool hasContent) in AppendJsonString()