comparison: js/src/jit-test/tests/basic/bug652422.js
js/src/jit-test/tests/basic/bug652422.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 try { (function() { |
|
2 var o = {}; |
|
3 with (o) o='recorder not started, '; |
|
4 ('arguments' in o, false, |
|
5 "property deletion observable") |
|
6 })() } catch (e) {} |