Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Djson_helper.h57 bool SerializeJSONObjectArray(EtsHandle<EtsObject> &value);
Djson_helper.cpp113 bool JSONStringifier::SerializeJSONObjectArray(EtsHandle<EtsObject> &value) in SerializeJSONObjectArray() function in ark::ets::intrinsics::helpers::JSONStringifier
557 isSuccessful = SerializeJSONObjectArray(value); in SerializeObject()
574 isSuccessful = SerializeJSONObjectArray(result); in SerializeObject()
595 isSuccessful = SerializeJSONObjectArray(value); in SerializeObject()