Another bytecode problem with typeof chains

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 8
    • Affects Version/s: None
    • Component/s: core-libs
    • None
    • b100
    • Verified

      function f() {
          var a = typeof b == 'function' && (a = toto(b)) && toto(a);
      };

      Generates erroneous bytecodes

            Assignee:
            Marcus Lagergren
            Reporter:
            Marcus Lagergren
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: