summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/inline/bug655954.js
blob: f57488b9594d32d94f956f404b6e3193ca73c508 (plain)
1
2
3
4
5
// |jit-test| error: TypeError
foo(); 
function foo() { 
    this();
}