Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Djson_helper.h56 bool SerializeJSONObject(EtsHandle<EtsObject> &value);
Djson_helper.cpp97 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/
Djson_stringifier.h60 …bool SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &repl…
Djson_stringifier.cpp288 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
Djson_stringifier_optimized.cpp287 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