Searched refs:simpleObjectWithProto (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/resources/ |
D | JSON-stringify.js | 32 var simpleObjectWithProto = {d:"4", e:"5", f:"6", __proto__:simpleObject}; variable 33 …r complexArrayWithProto = ['d', 'e', 'f',,,simpleObjectWithProto, simpleArrayWithProto, [simpleObj… 34 complexArrayWithProto.__proto__ = simpleObjectWithProto; 183 return jsonObject.stringify(simpleObjectWithProto, array); 282 return jsonObject.stringify(simpleObjectWithProto, null, " "); 285 return jsonObject.stringify(simpleObjectWithProto, null, 4); 288 return jsonObject.stringify(simpleObjectWithProto, null, "ab"); 291 return jsonObject.stringify(simpleObjectWithProto, null, 4); 294 return jsonObject.stringify(simpleObjectWithProto, null, 10); 297 return jsonObject.stringify(simpleObjectWithProto, null, 11); [all …]
|
/external/v8/test/webkit/ |
D | run-json-stringify-expected.txt | 168 return jsonObject.stringify(simpleObjectWithProto, array); 292 return jsonObject.stringify(simpleObjectWithProto, null, " "); 296 return jsonObject.stringify(simpleObjectWithProto, null, 4); 300 return jsonObject.stringify(simpleObjectWithProto, null, "ab"); 304 return jsonObject.stringify(simpleObjectWithProto, null, 4); 308 return jsonObject.stringify(simpleObjectWithProto, null, 10); 312 return jsonObject.stringify(simpleObjectWithProto, null, 11); 316 return jsonObject.stringify(simpleObjectWithProto, null, " "); 320 return jsonObject.stringify(simpleObjectWithProto, null, " ");
|