js/src/jit-test/tests/ion/bug799185-4.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:41a0e761b2b6
1 function foo(aObject)
2 {
3 try { }
4 catch (ex if (ex.name == "TypeError")) { }
5 try { Object.getPrototypeOf(aObject); }
6 catch (ex) { }
7 }
8
9 foo(true);

mercurial