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/bug639413.js
js/src/jit-test/tests/auto-regress/bug639413.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:0a1b5ef68f27
1
// |jit-test| error:TypeError
2
3
// Binary: cache/js-dbg-32-1c8e91b2e3a4-linux
4
// Flags:
5
//
6
a = evalcx("lazy");
7
a.watch("x", function() {});
8
({}).watch("x", function() {});
9
a.__defineGetter__("y", {});