Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Djson_helper.h63 bool SerializeJSONString(EtsHandle<EtsObject> &value);
Djson_helper.cpp253 bool JSONStringifier::SerializeJSONString(EtsHandle<EtsObject> &value) in SerializeJSONString() function in ark::ets::intrinsics::helpers::JSONStringifier
543 isSuccessful = SerializeJSONString(value); in SerializeObject()