comparison: js/src/jit-test/tests/basic/bug652422.js
js/src/jit-test/tests/basic/bug652422.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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) {} |