Home
last modified time | relevance | path

Searched refs:ObjectToJSON (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_JSON.cpp35 panda::JsonObjectBuilder ObjectToJSON(panda::ets::EtsObject *d);
178 jsonBuilder.Add([d](panda::JsonObjectBuilder &x) { x = ObjectToJSON(d); }); in EtsArrayToJSON()
267 … curJson.AddProperty(fieldName, [fPtr](panda::JsonObjectBuilder &x) { x = ObjectToJSON(fPtr); }); in AddFieldsToJSON()
286 panda::JsonObjectBuilder ObjectToJSON(panda::ets::EtsObject *d) in ObjectToJSON() function
340 resString = ObjectToJSON(dHandle.GetPtr()).Build(); in EscompatJSONStringifyObj()