Skip to content

Commit 96f9a8b

Browse files
committed
import xml doc of development (b8a43e69d9d1e9a477abe93a4f9571f7f010db05)
1 parent 7ccc449 commit 96f9a8b

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

xml/development/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"commit": "e9a2a5b9afe6aec3bb1247fb05bdedea3683c2f7",
2+
"commit": "b8a43e69d9d1e9a477abe93a4f9571f7f010db05",
33
"branch": "development"
44
}

xml/development/js.xml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,15 @@
310310
given or computed starting index is greater than or equal to the length of `this` Array,
311311
the whole array will be searched, if it is less than 0, the function returns -1.</haxe_doc>
312312
</lastIndexOf>
313-
<copy public="1" get="inline" set="null" line="72">
313+
<copy public="1" get="inline" set="null" line="62">
314314
<f a=""><c path="Array"><c path="Array.T"/></c></f>
315315
<haxe_doc>Returns a shallow copy of `this` Array.
316316

317317
The elements are not copied and retain their identity, so
318318
`a[i] == a.copy()[i]` is true for any valid `i`. However,
319319
`a == a.copy()` is always false.</haxe_doc>
320320
</copy>
321-
<map public="1" params="S" get="inline" set="null" line="76">
321+
<map public="1" params="S" get="inline" set="null" line="66">
322322
<f a="f">
323323
<f a="">
324324
<c path="Array.T"/>
@@ -333,7 +333,7 @@
333333

334334
If `f` is null, the result is unspecified.</haxe_doc>
335335
</map>
336-
<filter public="1" get="inline" set="null" line="84">
336+
<filter public="1" get="inline" set="null" line="74">
337337
<f a="f">
338338
<f a="">
339339
<c path="Array.T"/>
@@ -349,17 +349,17 @@
349349

350350
If `f` is null, the result is unspecified.</haxe_doc>
351351
</filter>
352-
<iterator public="1" get="inline" set="null" line="88">
352+
<iterator public="1" get="inline" set="null" line="78">
353353
<f a=""><c path="haxe.iterators.ArrayIterator"><c path="Array.T"/></c></f>
354354
<meta><m n=":runtime"/></meta>
355355
<haxe_doc>Returns an iterator of the Array values.</haxe_doc>
356356
</iterator>
357-
<keyValueIterator public="1" get="inline" set="null" line="92">
357+
<keyValueIterator public="1" get="inline" set="null" line="82">
358358
<f a=""><c path="haxe.iterators.ArrayKeyValueIterator"><c path="Array.T"/></c></f>
359359
<meta><m n=":runtime"/></meta>
360360
<haxe_doc>Returns an iterator of the Array indices and values.</haxe_doc>
361361
</keyValueIterator>
362-
<resize public="1" get="inline" set="null" line="96">
362+
<resize public="1" get="inline" set="null" line="86">
363363
<f a="len">
364364
<x path="Int"/>
365365
<x path="Void"/>
@@ -2456,7 +2456,7 @@
24562456
If `x` starts with a hexadecimal prefix which is not followed by at least one valid hexadecimal
24572457
digit, the result is unspecified.</haxe_doc>
24582458
</parseInt>
2459-
<parseFloat public="1" get="inline" set="null" line="77" static="1">
2459+
<parseFloat public="1" get="inline" set="null" line="63" static="1">
24602460
<f a="x">
24612461
<c path="String"/>
24622462
<x path="Float"/>
@@ -2471,7 +2471,7 @@
24712471
It may also end with `e` or `E` followed by optional minus or plus sign and a sequence of
24722472
digits (defines exponent to base 10).</haxe_doc>
24732473
</parseFloat>
2474-
<random public="1" set="method" line="81" static="1">
2474+
<random public="1" set="method" line="67" static="1">
24752475
<f a="x">
24762476
<x path="Int"/>
24772477
<x path="Int"/>
@@ -3199,7 +3199,7 @@
31993199

32003200
The enum name must not include any type parameters.</haxe_doc>
32013201
</resolveEnum>
3202-
<createInstance public="1" params="T" set="method" line="137" static="1">
3202+
<createInstance public="1" params="T" set="method" line="91" static="1">
32033203
<f a="cl:args">
32043204
<x path="Class"><c path="createInstance.T"/></x>
32053205
<c path="Array"><d/></c>
@@ -3221,7 +3221,7 @@
32213221
In particular, default values of constructor arguments are not
32223222
guaranteed to be taken into account.</haxe_doc>
32233223
</createInstance>
3224-
<createEmptyInstance public="1" params="T" get="inline" set="null" line="142" static="1">
3224+
<createEmptyInstance public="1" params="T" get="inline" set="null" line="96" static="1">
32253225
<f a="cl">
32263226
<x path="Class"><c path="createEmptyInstance.T"/></x>
32273227
<c path="createEmptyInstance.T"/>
@@ -3232,7 +3232,7 @@
32323232

32333233
If `cl` is null, the result is unspecified.</haxe_doc>
32343234
</createEmptyInstance>
3235-
<createEnum public="1" params="T" set="method" line="147" static="1">
3235+
<createEnum public="1" params="T" set="method" line="100" static="1">
32363236
<f a="e:constr:?params">
32373237
<x path="Enum"><c path="createEnum.T"/></x>
32383238
<c path="String"/>
@@ -3247,7 +3247,7 @@
32473247
expected number of constructor arguments, or if any argument has an
32483248
invalid type, the result is unspecified.</haxe_doc>
32493249
</createEnum>
3250-
<createEnumIndex public="1" params="T" set="method" line="161" static="1">
3250+
<createEnumIndex public="1" params="T" set="method" line="114" static="1">
32513251
<f a="e:index:?params">
32523252
<x path="Enum"><c path="createEnumIndex.T"/></x>
32533253
<x path="Int"/>
@@ -3266,7 +3266,7 @@
32663266
expected number of constructor arguments, or if any argument has an
32673267
invalid type, the result is unspecified.</haxe_doc>
32683268
</createEnumIndex>
3269-
<getInstanceFields public="1" set="method" line="210" static="1">
3269+
<getInstanceFields public="1" set="method" line="163" static="1">
32703270
<f a="c">
32713271
<x path="Class"><d/></x>
32723272
<c path="Array"><c path="String"/></c>
@@ -3282,7 +3282,7 @@
32823282

32833283
If `c` is null, the result is unspecified.</haxe_doc>
32843284
</getInstanceFields>
3285-
<getClassFields public="1" set="method" line="218" static="1">
3285+
<getClassFields public="1" set="method" line="171" static="1">
32863286
<f a="c">
32873287
<x path="Class"><d/></x>
32883288
<c path="Array"><c path="String"/></c>
@@ -3295,7 +3295,7 @@
32953295

32963296
If `c` is null, the result is unspecified.</haxe_doc>
32973297
</getClassFields>
3298-
<getEnumConstructs public="1" get="inline" set="null" line="230" static="1">
3298+
<getEnumConstructs public="1" get="inline" set="null" line="183" static="1">
32993299
<f a="e">
33003300
<x path="Enum"><d/></x>
33013301
<c path="Array"><c path="String"/></c>
@@ -3307,7 +3307,7 @@
33073307

33083308
If `e` is null, the result is unspecified.</haxe_doc>
33093309
</getEnumConstructs>
3310-
<typeof public="1" set="method" line="239" static="1">
3310+
<typeof public="1" set="method" line="192" static="1">
33113311
<f a="v">
33123312
<d/>
33133313
<e path="ValueType"/>
@@ -3322,7 +3322,7 @@
33223322
per platform. Assumptions regarding this should be minimized to avoid
33233323
surprises.</haxe_doc>
33243324
</typeof>
3325-
<enumEq public="1" params="T" set="method" line="279" static="1">
3325+
<enumEq public="1" params="T" set="method" line="232" static="1">
33263326
<f a="a:b">
33273327
<c path="enumEq.T"/>
33283328
<c path="enumEq.T"/>
@@ -3336,7 +3336,7 @@
33363336

33373337
If `a` or `b` are null, the result is unspecified.</haxe_doc>
33383338
</enumEq>
3339-
<enumConstructor public="1" get="inline" set="null" line="309" static="1">
3339+
<enumConstructor public="1" get="inline" set="null" line="262" static="1">
33403340
<f a="e">
33413341
<x path="EnumValue"/>
33423342
<c path="String"/>
@@ -3348,7 +3348,7 @@
33483348

33493349
If `e` is null, the result is unspecified.</haxe_doc>
33503350
</enumConstructor>
3351-
<enumParameters public="1" set="method" line="323" static="1">
3351+
<enumParameters public="1" set="method" line="276" static="1">
33523352
<f a="e">
33533353
<x path="EnumValue"/>
33543354
<c path="Array"><d/></c>
@@ -3363,7 +3363,7 @@
33633363

33643364
If `e` is null, the result is unspecified.</haxe_doc>
33653365
</enumParameters>
3366-
<enumIndex public="1" get="inline" set="null" line="328" static="1">
3366+
<enumIndex public="1" get="inline" set="null" line="281" static="1">
33673367
<f a="e">
33683368
<x path="EnumValue"/>
33693369
<x path="Int"/>
@@ -3376,7 +3376,7 @@
33763376

33773377
If `e` is null, the result is unspecified.</haxe_doc>
33783378
</enumIndex>
3379-
<allEnums public="1" params="T" get="inline" set="null" line="336" static="1">
3379+
<allEnums public="1" params="T" get="inline" set="null" line="289" static="1">
33803380
<f a="e">
33813381
<x path="Enum"><c path="allEnums.T"/></x>
33823382
<c path="Array"><c path="allEnums.T"/></c>

0 commit comments

Comments
 (0)