Searched defs:replacer (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 40 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/ |
| D | builtins_json.cpp | 97 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
|