Home
last modified time | relevance | path

Searched refs:complexObjectWithProto (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/webkit/resources/
DJSON-stringify.js35 …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/
Drun-json-stringify-expected.txt340 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);