haxegon / zeedonk

Haxegon + Puzzlescript = Zeedonk!
http://www.zeedonk.net
12 stars 2 forks source link

Array.iterator not there #341

Closed increpare closed 9 years ago

increpare commented 9 years ago

http://api.haxe.org/Array.html#iterator

a = [1,2,3,4,5];
i = a.iterator();
while (i.hasNext()){
  trace(i.Next());
}

happy to not support array.iterator, though. it's not useful for us.

line 2 : RUNTIME ERROR (in initial run) Unknown error type in line 2: Error name: TypeError Javascript Stack: callMethod@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:2777:13 call@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:2187:28 fcall@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:2184:19 expr@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1905:23 assign@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1650:20 f@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:24083:247 expr@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1867:14 expr@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1853:19 exprReturn@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1766:20 execute@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1762:25 scriptfound@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:3250:33 loadscript@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:3208:24 update@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:3151:24 update@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:2327:19 doupdate@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:1010:26 ontimer@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:991:16 f@http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:24083:247 http://localhost:8000/haxegonweb/bin/html5/bin/webthing.js:3411:9