Home
last modified time | relevance | path

Searched defs:replacer (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Djson_stringifier.cpp40 const JSHandle<JSTaggedValue> &replacer, in Stringify()
192 const JSHandle<JSTaggedValue> &replacer) in GetSerializeValue()
233 const JSHandle<JSTaggedValue> &replacer) in SerializeJSONProperty()
376 …:SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) in SerializeJSONObject()
459 …r::SerializeJSProxy(const JSHandle<JSTaggedValue> &object, const JSHandle<JSTaggedValue> &replacer) in SerializeJSProxy()
510 …er::SerializeJSArray(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) in SerializeJSArray()
590 …ingifier::SerializeElements(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, in SerializeElements()
640 …nStringifier::SerializeKeys(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, in SerializeKeys()
810 …ringifier::AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, in AppendJsonString()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_json.cpp97 JSTaggedValue replacer = JSTaggedValue::Undefined(); in Stringify() local
/arkcompiler/ets_runtime/test/perform/string/
Dstring.js41 function replacer(match, p1, p2, p3, offset, string) { function