Searched refs:objectWithSideEffectGetterAndProto (Results 1 – 2 of 2) sorted by relevance
37 var objectWithSideEffectGetterAndProto = {__proto__:{foo:"bar"}, get b() {this.foo=1;}}; variable336 return jsonObject.stringify(objectWithSideEffectGetterAndProto);
360 return jsonObject.stringify(objectWithSideEffectGetterAndProto);