Searched refs:complexObjectWithProto (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/webkit/resources/ |
D | JSON-stringify.js | 35 …var complexObjectWithProto = {d:"4", e:"5", f:"6", g:undefined, h:null, "":12, get i(){ return sim… variable 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);
|
/external/v8/test/webkit/ |
D | run-json-stringify-expected.txt | 340 return jsonObject.stringify(complexObjectWithProto, null, " "); 344 return jsonObject.stringify(complexObjectWithProto, null, 4); 348 return jsonObject.stringify(complexObjectWithProto, null, "ab"); 352 return jsonObject.stringify(complexObjectWithProto, null, 4);
|