Lines Matching refs:replacer
2950 this.replacer = typeof options['replacer'] === 'function' ? options['replacer'] : null;
3393 if (state.replacer) {
3394 value = state.replacer.call(object, String(index), value);
3421 if (state.replacer) {
3422 value = state.replacer.call(object, String(index), value);
3468 if (state.replacer) {
3469 objectValue = state.replacer.call(object, objectKey, objectValue);
3527 if (state.replacer) {
3528 objectValue = state.replacer.call(object, objectKey, objectValue);
3777 if (state.replacer) {
3778 value = state.replacer.call({ '': value }, '', value);