Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dfast_json_stringifier.h27 class FastJsonStringifier {
33 FastJsonStringifier() = default;
35 explicit FastJsonStringifier(JSThread *thread) : thread_(thread) {} in FastJsonStringifier() function
37 ~FastJsonStringifier() = default;
38 NO_COPY_SEMANTIC(FastJsonStringifier);
39 NO_MOVE_SEMANTIC(FastJsonStringifier);
Dfast_json_stringifier.cpp26 JSHandle<JSTaggedValue> FastJsonStringifier::Stringify(const JSHandle<JSTaggedValue> &value) in Stringify()
55 JSTaggedValue FastJsonStringifier::GetSerializeValue(const JSHandle<JSTaggedValue> &key, in GetSerializeValue()
80 JSTaggedValue FastJsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value) in SerializeJSONProperty()
163 CString FastJsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
184 bool FastJsonStringifier::PushValue(const JSHandle<JSTaggedValue> &value) in PushValue()
199 void FastJsonStringifier::PopValue() in PopValue()
204 bool FastJsonStringifier::SerializeJSONObject(const JSHandle<JSTaggedValue> &value) in SerializeJSONObject()
290 bool FastJsonStringifier::SerializeJSProxy(const JSHandle<JSTaggedValue> &object) in SerializeJSProxy()
331 bool FastJsonStringifier::SerializeJSArray(const JSHandle<JSTaggedValue> &value) in SerializeJSArray()
380 void FastJsonStringifier::SerializePrimitiveRef(const JSHandle<JSTaggedValue> &primitiveRef) in SerializePrimitiveRef()
[all …]