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/bug785576.js
js/src/jit-test/tests/auto-regress/bug785576.js
changeset 0
6474c204b198
equal
deleted
inserted
replaced
-1:000000000000
0:88d528871fe6
1
// Binary: cache/js-dbg-64-29ca472bf2d2-linux
2
// Flags: -m -n -a
3
//
4
sandbox = newGlobal('')
5
evalcx("x=[]", sandbox)
6
evalcx("\
7
x[0] = this;\
8
Object.defineProperty(x, 0, {})\
9
", sandbox)
10
gc()
11
evalcx("x.shift()", sandbox)