Searched defs:replacer (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 143 const JSHandle<JSTaggedValue> &replacer, in Stringify() 287 const JSHandle<JSTaggedValue> &replacer) in GetSerializeValue() 328 const JSHandle<JSTaggedValue> &replacer) in SerializeJSONProperty() 451 …:SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) in SerializeJSONObject() 530 …r::SerializeJSProxy(const JSHandle<JSTaggedValue> &object, const JSHandle<JSTaggedValue> &replacer) in SerializeJSProxy() 581 …er::SerializeJSArray(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) in SerializeJSArray() 659 …ingifier::SerializeElements(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, in SerializeElements() 705 …nStringifier::SerializeKeys(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, in SerializeKeys() 806 …ringifier::AppendJsonString(const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &replacer, in AppendJsonString()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_json.cpp | 89 JSTaggedValue replacer = JSTaggedValue::Undefined(); in Stringify() local
|
| /arkcompiler/ets_runtime/test/perform/string/ |
| D | string.js | 41 function replacer(match, p1, p2, p3, offset, string) { function
|