Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Djson_helper.cpp31 bool JSONStringifier::AppendJSONString(EtsHandle<EtsObject> &value, bool hasContent) in AppendJSONString()
42 void JSONStringifier::AppendJSONPrimitive(const PandaString &value, bool hasContent) in AppendJSONPrimitive()
59 void JSONStringifier::AppendJSONPointPrimitive(const PandaString &value, bool hasContent) in AppendJSONPointPrimitive()
79 bool hasContent = false; in SerializeFields() local
442 auto hasContent = false; in SerializeJSONRecord() local
618 bool JSONStringifier::HandleField(EtsHandle<EtsObject> &obj, EtsField *etsField, bool &hasContent, in HandleField()
/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp422 void JsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
474 bool hasContent = false; in SerializeJSONObject() local
875 bool hasContent) in SerializeElements()
925 bool hasContent) in SerializeKeys()
1122 bool hasContent) in AppendJsonString()
Djson_stringifier_optimized.cpp419 void JsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
470 bool hasContent = false; in SerializeJSONObject() local
853 bool hasContent) in SerializeElements()
903 bool hasContent) in SerializeKeys()
1100 bool hasContent) in AppendJsonString()