summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/fields/bug1555979.js
blob: 1612bf128db6e65fb0a449764a15cd5b2fb3e668 (plain)
1
2
3
4
5
6
7
8
(function() {
    "use asm";
    function f() {
        class X {
            constructor() {};
        }
    }
})();