• Home
  • Raw
  • Download

Lines Matching refs:FastJsonStringifier

37 JSHandle<JSTaggedValue> FastJsonStringifier::Stringify(const JSHandle<JSTaggedValue> &value)  in Stringify()
66 JSTaggedValue FastJsonStringifier::GetSerializeValue(const JSHandle<JSTaggedValue> &key, in GetSerializeValue()
91 JSTaggedValue FastJsonStringifier::SerializeJSONProperty(const JSHandle<JSTaggedValue> &value) in SerializeJSONProperty()
173 CString FastJsonStringifier::SerializeObjectKey(const JSHandle<JSTaggedValue> &key, bool hasContent) in SerializeObjectKey()
194 bool FastJsonStringifier::PushValue(const JSHandle<JSTaggedValue> &value) in PushValue()
209 void FastJsonStringifier::PopValue() in PopValue()
214 bool FastJsonStringifier::SerializeJSONObject(const JSHandle<JSTaggedValue> &value) in SerializeJSONObject()
300 bool FastJsonStringifier::SerializeJSProxy(const JSHandle<JSTaggedValue> &object) in SerializeJSProxy()
341 bool FastJsonStringifier::SerializeJSArray(const JSHandle<JSTaggedValue> &value) in SerializeJSArray()
384 void FastJsonStringifier::SerializePrimitiveRef(const JSHandle<JSTaggedValue> &primitiveRef) in SerializePrimitiveRef()
408 bool FastJsonStringifier::TryCacheSerializeElements(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeElements()
455 bool FastJsonStringifier::SerializeElementsWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeElementsWithCache()
488 bool FastJsonStringifier::TryCacheSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent, in TryCacheSerializeKeys()
623 bool FastJsonStringifier::SerializeKeysWithCache(const JSHandle<JSObject> &obj, bool hasContent, in SerializeKeysWithCache()
685 bool FastJsonStringifier::AppendJsonString(bool hasContent, CVector<std::pair<CString, int>> &strCa… in AppendJsonString()
707 bool FastJsonStringifier::FastAppendJsonString(bool hasContent, CString &key) in FastAppendJsonString()
728 bool FastJsonStringifier::DefaultSerializeElements(const JSHandle<JSObject> &obj, bool hasContent) in DefaultSerializeElements()
774 bool FastJsonStringifier::DefaultSerializeKeys(const JSHandle<JSObject> &obj, bool hasContent) in DefaultSerializeKeys()
908 bool FastJsonStringifier::AppendJsonString(bool hasContent) in AppendJsonString()
929 bool FastJsonStringifier::DefaultSerializeObject(const JSTaggedValue &object, uint32_t numOfKeys, in DefaultSerializeObject()