Searched defs:complexObjectWithProto (Results 1 - 1 of 1) sorted by relevance

/external/webkit/LayoutTests/fast/js/resources/
H A DJSON-stringify.js12 var complexObjectWithProto = {d:"4", e:"5", f:"6", g:undefined, h:null, "":12, get i(){ return simpleArrayWithProto; }, array2: complexArrayWithProto, __proto__:complexObject};
298 return jsonObject.stringify(complexObjectWithProto, null, " ");
301 return jsonObject.stringify(complexObjectWithProto, null, 4);
304 return jsonObject.stringify(complexObjectWithProto, null, "ab");
307 return jsonObject.stringify(complexObjectWithProto, null, 4);

Completed in 10 milliseconds