Local variable type calculation mismatch

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: core-libs
    • None
    • b44
    • generic
    • generic

        This very simple program throws an assertion in code generator about trying to load an uninitialized slot:

        (function (p) {
            var a, b;
            
            a = p ? ((b = 0), b) : 0;

            return a;
        })(true);

              Assignee:
              Attila Szegedi
              Reporter:
              Attila Szegedi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: