summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug555206.js
blob: e99eb75606acfc44d9c2e06d8a62fb86e983616b (plain)
1
2
3
4
// |jit-test| error: TypeError
__defineGetter__("x", function() { return /a/.exec(undefined); } );
" ".replace(/\s/,"");
x.b