diff --git a/xml/development/info.json b/xml/development/info.json index 6e93871a5928..e1a166a3c9a5 100644 --- a/xml/development/info.json +++ b/xml/development/info.json @@ -1,4 +1,4 @@ { - "commit": "5e58a479c1c925bd616890e574bc65bc8b76f773", + "commit": "f283debce777204df52daa4cb887892033c27959", "branch": "development" } diff --git a/xml/development/js.xml b/xml/development/js.xml index f725e14fcda5..779afd4cd27a 100644 --- a/xml/development/js.xml +++ b/xml/development/js.xml @@ -17865,7 +17865,7 @@ - + @@ -17873,35 +17873,35 @@ See `Map.set` - + See `Map.get` - + See `Map.exists` - + See `Map.remove` - + See `Map.keys` (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.iterator` @@ -17909,7 +17909,7 @@ (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + @@ -17917,19 +17917,19 @@ See `Map.keyValueIterator` - + See `Map.copy` - + See `Map.toString` - + See `Map.clear` - + Creates a new IntMap. @@ -18722,11 +18722,11 @@ - + - + @@ -18734,7 +18734,7 @@ <__keys__> - + @@ -18742,7 +18742,7 @@ See `Map.set` - + @@ -18750,7 +18750,7 @@ See `Map.get` - + @@ -18758,7 +18758,7 @@ See `Map.exists` - + @@ -18766,7 +18766,7 @@ See `Map.remove` - + See `Map.keys` @@ -18774,7 +18774,7 @@ (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.iterator` @@ -18782,7 +18782,7 @@ (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + @@ -18790,22 +18790,22 @@ See `Map.keyValueIterator` - + See `Map.copy` - + See `Map.toString` - + See `Map.clear` - + Creates a new ObjectMap. @@ -18928,11 +18928,11 @@ - + - + @@ -18940,21 +18940,21 @@ no_optimize - + See `Map.exists` - + See `Map.get` - + @@ -18962,47 +18962,47 @@ See `Map.set` - + See `Map.remove` - + See `Map.keys` (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.iterator` (java) Implementation detail: Do not `set()` any new value while iterating, as it may cause a resize, which will break iteration. - + See `Map.keyValueIterator` - + See `Map.copy` - + See `Map.clear` - + See `Map.toString` - + Creates a new StringMap. @@ -19021,9 +19021,9 @@ - - - + + + @@ -19033,9 +19033,9 @@ - - - + + + @@ -19045,12 +19045,12 @@ - - + + - + @@ -85481,6 +85481,38 @@ `HaxeIterator` wraps a JavaScript native iterator object to enable for-in iteration in haxe. It can be used directly: `new HaxeIterator(jsIterator)` or via using: `using HaxeIterator`. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -87879,10 +87911,10 @@ for each element in the `js.Map` object in insertion order. - + - +