bug1185957.js (101B)
1 // |jit-test| error: TypeError 2 3 class test { 4 constructor() {}; 5 } 6 7 (function() { 8 test() 9 })();