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

/external/webkit/LayoutTests/fast/js/resources/
H A DJSON-stringify.js9 var simpleObjectWithProto = {d:"4", e:"5", f:"6", __proto__:simpleObject};
10 var complexArrayWithProto = ['d', 'e', 'f',,,simpleObjectWithProto, simpleArrayWithProto, [simpleObjectWithProto,simpleArrayWithProto]];
11 complexArrayWithProto.__proto__ = simpleObjectWithProto;
160 return jsonObject.stringify(simpleObjectWithProto, array);
259 return jsonObject.stringify(simpleObjectWithProto, null, " ");
262 return jsonObject.stringify(simpleObjectWithProto, null, 4);
265 return jsonObject.stringify(simpleObjectWithProto, null, "ab");
268 return jsonObject.stringify(simpleObjectWithProto, null, 4);
271 return jsonObject.stringify(simpleObjectWithProto, nul
[all...]

Completed in 19 milliseconds