Object literal property initialization is not done in source order

XMLWordPrintable

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


      >> jjs> ({a: print(1), b: print(2), a: print(3)})
      >> 1
      >> 3
      >> 2
      >> => should print "1-2-3" instead of "1-3-2"
      >>

            Assignee:
            Hannes Wallnoefer
            Reporter:
            Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: