summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug707641.js
blob: 3df58939412eb6eb2205039931f1727a4c8bd32d (plain)
1
2
3
4
5
6
7
function a(a, prototype)  {
  try {
    typeof (arguments[a]) in code
  } catch(e) {}
}
a();
a();