summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/bug592973-2.js
blob: 052c6226854d533e0b82e6b5c15454a9d8e47868 (plain)
1
2
3
4
5
6
7
function f(a) {
  function a() {
  }
}

/* Don't assert on JOF_NAME test in BindNameToSlot(). */