ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

For of loop should just call [@@iterator]() #190

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In runtime.getIterator we currently check the generator brand (name). We should 
just call %iterator%:

"Let keys be the result of performing Invoke with arguments obj, %iterator%, 
and an empty List."

Original issue reported on code.google.com by arv@chromium.org on 31 Dec 2012 at 5:38

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/7036044/

Original comment by arv@chromium.org on 31 Dec 2012 at 9:46

GoogleCodeExporter commented 9 years ago
https://code.google.com/p/traceur-compiler/source/detail?r=a93344a

Original comment by arv@google.com on 8 Jan 2013 at 4:02