comparison: js/src/jit-test/tests/jaeger/bug735161.js
js/src/jit-test/tests/jaeger/bug735161.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 var obj = {valueOf: function() { "use strict"; undeclared = 7; }}; |
|
2 try { '' + obj; assertEq(true, false); } catch(e) { } |
|
3 try { '' + obj; assertEq(true, false); } catch(e) { } |
|
4 assertEq("undeclared" in this, false); |