summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1276082.js
blob: 5a32fa06a01001e356d8529e045984e43512517c (plain)
1
2
3
4
5
function f() {
    (function() {}).bind()(/x/);
}
f();
f();