Searched refs:SerializeJSONObject (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| D | json_helper.h | 56 bool SerializeJSONObject(EtsHandle<EtsObject> &value);
|
| D | json_helper.cpp | 97 bool JSONStringifier::SerializeJSONObject(EtsHandle<EtsObject> &value) in SerializeJSONObject() function in ark::ets::intrinsics::helpers::JSONStringifier 606 isSuccessful = SerializeJSONObject(value); in SerializeObject()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.h | 60 …bool SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &repl…
|
| D | json_stringifier.cpp | 288 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 297 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 305 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 411 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 468 bool JsonStringifier::SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTa… in SerializeJSONObject() function in panda::ecmascript::base::JsonStringifier
|
| D | json_stringifier_optimized.cpp | 287 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 296 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 305 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 408 SerializeJSONObject(valHandle, replacer); in SerializeJSONProperty() 465 bool JsonStringifier::SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTa… in SerializeJSONObject() function in panda::ecmascript::base::JsonStringifier
|