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

/external/v8/test/webkit/resources/
H A DJSON-stringify.js35 var complexObjectWithProto = {d:"4", e:"5", f:"6", g:undefined, h:null, "":12, get i(){ return simpleArrayWithProto; }, array2: complexArrayWithProto, __proto__:complexObject};
321 return jsonObject.stringify(complexObjectWithProto, null, " ");
324 return jsonObject.stringify(complexObjectWithProto, null, 4);
327 return jsonObject.stringify(complexObjectWithProto, null, "ab");
330 return jsonObject.stringify(complexObjectWithProto, null, 4);

Completed in 61 milliseconds