js/src/jit-test/tests/ion/bug732851.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:07bd4355631e
1 var OMIT = {};
2 var WRITABLES = [true, false, OMIT];
3 {
4 var desc = {};
5 function put(field, value)
6 desc[field] = value;
7 WRITABLES.forEach(function(writable) {
8 put("writable", writable)
9 });
10 };

mercurial