The Tor Browser
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
revisions
annotate
diff
comparison
raw
comparison: js/src/jit-test/tests/auto-regress/bug560566.js
js/src/jit-test/tests/auto-regress/bug560566.js
branch
TOR_BUG_3246
changeset 7
129ffea94266
equal
deleted
inserted
replaced
-1:000000000000
0:89fe29a43938
1
// Binary: cache/js-dbg-64-58c9dd4f0c1f-linux
2
// Flags:
3
//
4
var o = {}
5
Object.defineProperty(o, "x", {get: undefined, set: function() { Object.defineProperty(o, "x", {set: function() { }}); }, configurable: true});
6
o.a = 0;
7
o.x = 0;