Searched refs:replacer (Results 1 – 5 of 5) sorted by relevance
26 function replacer(this: unknown, _key: string, value: any): any {90 const ret = JSON.stringify(arg, replacer);
18 function replacer(_key, value) { function87 const ret = JSON.stringify(arg, replacer);
1 …replacer(this: unknown, _key: string, value: any): any {\n while (stack.length && this !== stac…
31 const replacer = (_key, value) => { function69 const code = `module.exports = ${JSON.stringify(moduleSpecs, replacer)};`;
7 // Custom JSON replacer that can stringify functions.