Skip to content

Commit 066df91

Browse files
committed
import xml doc of development (052d69c417db4aed427defbc75312b048931c184)
1 parent b22a9b4 commit 066df91

File tree

11 files changed

+283
-478
lines changed

11 files changed

+283
-478
lines changed

xml/development/cpp.xml

Lines changed: 133 additions & 391 deletions
Large diffs are not rendered by default.

xml/development/flash.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52127,6 +52127,13 @@
5212752127

5212852128
@see https://haxe.org/manual/lf-condition-compilation.html</haxe_doc>
5212952129
</getDefine>
52130+
<stringToPlatforms set="method" line="464" static="1">
52131+
<f a="platforms">
52132+
<c path="Array"><c path="String"/></c>
52133+
<c path="Array"><e path="haxe.macro.Platform"/></c>
52134+
</f>
52135+
<haxe_doc>Converts an array of `String`s into an array of `Platform`s.</haxe_doc>
52136+
</stringToPlatforms>
5213052137
<haxe_doc>All these methods can be called for compiler configuration macros.</haxe_doc>
5213152138
</class>
5213252139
<abstract path="haxe.macro.IncludePosition" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" module="haxe.macro.Compiler">
@@ -52135,7 +52142,7 @@
5213552142
<to><icast><c path="String"/></icast></to>
5213652143
<meta><m n=":enum"/></meta>
5213752144
<impl><class path="haxe.macro._Compiler.IncludePosition_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" private="1" module="haxe.macro.Compiler" extern="1" final="1">
52138-
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="465" static="1">
52145+
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="527" static="1">
5213952146
<x path="haxe.macro.IncludePosition"/>
5214052147
<meta>
5214152148
<m n=":value"><e>cast "top"</e></m>
@@ -52144,7 +52151,7 @@
5214452151
</meta>
5214552152
<haxe_doc>Prepend the file content to the output file.</haxe_doc>
5214652153
</Top>
52147-
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="472" static="1">
52154+
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="534" static="1">
5214852155
<x path="haxe.macro.IncludePosition"/>
5214952156
<meta>
5215052157
<m n=":value"><e>cast "closure"</e></m>
@@ -52155,7 +52162,7 @@
5215552162

5215652163
Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.</haxe_doc>
5215752164
</Closure>
52158-
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="477" static="1">
52165+
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="539" static="1">
5215952166
<x path="haxe.macro.IncludePosition"/>
5216052167
<meta>
5216152168
<m n=":value"><e>cast "inline"</e></m>
@@ -52168,7 +52175,7 @@
5216852175
</class></impl>
5216952176
</abstract>
5217052177
<class path="haxe.macro._Compiler.IncludePosition_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" private="1" module="haxe.macro.Compiler" extern="1" final="1">
52171-
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="465" static="1">
52178+
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="527" static="1">
5217252179
<x path="haxe.macro.IncludePosition"/>
5217352180
<meta>
5217452181
<m n=":value"><e>cast "top"</e></m>
@@ -52177,7 +52184,7 @@
5217752184
</meta>
5217852185
<haxe_doc>Prepend the file content to the output file.</haxe_doc>
5217952186
</Top>
52180-
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="472" static="1">
52187+
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="534" static="1">
5218152188
<x path="haxe.macro.IncludePosition"/>
5218252189
<meta>
5218352190
<m n=":value"><e>cast "closure"</e></m>
@@ -52188,7 +52195,7 @@
5218852195

5218952196
Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.</haxe_doc>
5219052197
</Closure>
52191-
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="477" static="1">
52198+
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="539" static="1">
5219252199
<x path="haxe.macro.IncludePosition"/>
5219352200
<meta>
5219452201
<m n=":value"><e>cast "inline"</e></m>

xml/development/hl.xml

Lines changed: 45 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -28970,6 +28970,13 @@
2897028970

2897128971
@see https://haxe.org/manual/lf-condition-compilation.html</haxe_doc>
2897228972
</getDefine>
28973+
<stringToPlatforms set="method" line="464" static="1">
28974+
<f a="platforms">
28975+
<c path="Array"><c path="String"/></c>
28976+
<c path="Array"><e path="haxe.macro.Platform"/></c>
28977+
</f>
28978+
<haxe_doc>Converts an array of `String`s into an array of `Platform`s.</haxe_doc>
28979+
</stringToPlatforms>
2897328980
<haxe_doc>All these methods can be called for compiler configuration macros.</haxe_doc>
2897428981
</class>
2897528982
<abstract path="haxe.macro.IncludePosition" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" module="haxe.macro.Compiler">
@@ -28978,7 +28985,7 @@
2897828985
<to><icast><c path="String"/></icast></to>
2897928986
<meta><m n=":enum"/></meta>
2898028987
<impl><class path="haxe.macro._Compiler.IncludePosition_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" private="1" module="haxe.macro.Compiler" extern="1" final="1">
28981-
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="465" static="1">
28988+
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="527" static="1">
2898228989
<x path="haxe.macro.IncludePosition"/>
2898328990
<meta>
2898428991
<m n=":value"><e>cast "top"</e></m>
@@ -28987,7 +28994,7 @@
2898728994
</meta>
2898828995
<haxe_doc>Prepend the file content to the output file.</haxe_doc>
2898928996
</Top>
28990-
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="472" static="1">
28997+
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="534" static="1">
2899128998
<x path="haxe.macro.IncludePosition"/>
2899228999
<meta>
2899329000
<m n=":value"><e>cast "closure"</e></m>
@@ -28998,7 +29005,7 @@
2899829005

2899929006
Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.</haxe_doc>
2900029007
</Closure>
29001-
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="477" static="1">
29008+
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="539" static="1">
2900229009
<x path="haxe.macro.IncludePosition"/>
2900329010
<meta>
2900429011
<m n=":value"><e>cast "inline"</e></m>
@@ -29011,7 +29018,7 @@
2901129018
</class></impl>
2901229019
</abstract>
2901329020
<class path="haxe.macro._Compiler.IncludePosition_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" private="1" module="haxe.macro.Compiler" extern="1" final="1">
29014-
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="465" static="1">
29021+
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="527" static="1">
2901529022
<x path="haxe.macro.IncludePosition"/>
2901629023
<meta>
2901729024
<m n=":value"><e>cast "top"</e></m>
@@ -29020,7 +29027,7 @@
2902029027
</meta>
2902129028
<haxe_doc>Prepend the file content to the output file.</haxe_doc>
2902229029
</Top>
29023-
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="472" static="1">
29030+
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="534" static="1">
2902429031
<x path="haxe.macro.IncludePosition"/>
2902529032
<meta>
2902629033
<m n=":value"><e>cast "closure"</e></m>
@@ -29031,7 +29038,7 @@
2903129038

2903229039
Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.</haxe_doc>
2903329040
</Closure>
29034-
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="477" static="1">
29041+
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="539" static="1">
2903529042
<x path="haxe.macro.IncludePosition"/>
2903629043
<meta>
2903729044
<m n=":value"><e>cast "inline"</e></m>
@@ -36825,7 +36832,7 @@
3682536832
<e>"register_guid_name"</e>
3682636833
</m></meta>
3682736834
</_registerGUIDName>
36828-
<registerGUIDName public="1" get="inline" set="null" line="57" static="1"><f a="guid:name">
36835+
<registerGUIDName public="1" get="inline" set="null" line="58" static="1"><f a="guid:name">
3682936836
<x path="hl.GUID"/>
3683036837
<x path="Null"><c path="String"/></x>
3683136838
<x path="Void"/>
@@ -36858,7 +36865,7 @@
3685836865
<e>"sys_load_plugin"</e>
3685936866
</m></meta>
3686036867
</_loadPlugin>
36861-
<loadPlugin public="1" get="inline" set="null" line="67" static="1"><f a="file">
36868+
<loadPlugin public="1" get="inline" set="null" line="65" static="1"><f a="file">
3686236869
<c path="String"/>
3686336870
<x path="Bool"/>
3686436871
</f></loadPlugin>
@@ -37699,7 +37706,7 @@
3769937706
<m n=":runtimeValue"/>
3770037707
</meta>
3770137708
<impl><class path="hl._GUID.GUID_Impl_" params="" file="/home/runner/work/haxe/haxe/std/hl/GUID.hx" private="1" module="hl.GUID" final="1">
37702-
<toString public="1" set="method" line="27" static="1"><f a="this">
37709+
<toString public="1" set="method" line="28" static="1"><f a="this">
3770337710
<x path="hl.GUID"/>
3770437711
<c path="String"/>
3770537712
</f></toString>
@@ -37761,7 +37768,7 @@
3776137768
</class></impl>
3776237769
</abstract>
3776337770
<class path="hl._GUID.GUID_Impl_" params="" file="/home/runner/work/haxe/haxe/std/hl/GUID.hx" private="1" module="hl.GUID" final="1">
37764-
<toString public="1" set="method" line="27" static="1"><f a="this">
37771+
<toString public="1" set="method" line="28" static="1"><f a="this">
3776537772
<x path="hl.GUID"/>
3776637773
<c path="String"/>
3776737774
</f></toString>
@@ -40232,7 +40239,7 @@
4023240239
</f>
4023340240
<meta><m n=":has_untyped"/></meta>
4023440241
</allocI64>
40235-
<allocGUID public="1" set="method" line="169" static="1">
40242+
<allocGUID public="1" set="method" line="171" static="1">
4023640243
<f a="bytes:length">
4023740244
<x path="hl.BytesAccess"><x path="hl.GUID"/></x>
4023840245
<x path="Int"/>
@@ -40356,101 +40363,101 @@
4035640363
</f>
4035740364
<x path="Void"/>
4035840365
</f></sort>
40359-
<splice public="1" set="method" line="161" override="1"><f a="pos:len">
40366+
<splice public="1" set="method" line="165" override="1"><f a="pos:len">
4036040367
<x path="Int"/>
4036140368
<x path="Int"/>
4036240369
<c path="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes.T"/></c>
4036340370
</f></splice>
40364-
<toString public="1" set="method" line="189" override="1"><f a=""><c path="String"/></f></toString>
40365-
<unshift public="1" set="method" line="201"><f a="x">
40371+
<toString public="1" set="method" line="193" override="1"><f a=""><c path="String"/></f></toString>
40372+
<unshift public="1" set="method" line="205"><f a="x">
4036640373
<c path="hl.types.ArrayBytes.T"/>
4036740374
<x path="Void"/>
4036840375
</f></unshift>
40369-
<insert public="1" set="method" line="210"><f a="pos:x">
40376+
<insert public="1" set="method" line="214"><f a="pos:x">
4037040377
<x path="Int"/>
4037140378
<c path="hl.types.ArrayBytes.T"/>
4037240379
<x path="Void"/>
4037340380
</f></insert>
40374-
<contains public="1" set="method" line="225"><f a="x">
40381+
<contains public="1" set="method" line="229"><f a="x">
4037540382
<c path="hl.types.ArrayBytes.T"/>
4037640383
<x path="Bool"/>
4037740384
</f></contains>
40378-
<remove public="1" set="method" line="229"><f a="x">
40385+
<remove public="1" set="method" line="233"><f a="x">
4037940386
<c path="hl.types.ArrayBytes.T"/>
4038040387
<x path="Bool"/>
4038140388
</f></remove>
40382-
<indexOf public="1" set="method" line="238"><f a="x:?fromIndex">
40389+
<indexOf public="1" set="method" line="242"><f a="x:?fromIndex">
4038340390
<c path="hl.types.ArrayBytes.T"/>
4038440391
<x path="Int"/>
4038540392
<x path="Int"/>
4038640393
</f></indexOf>
40387-
<lastIndexOf public="1" set="method" line="251"><f a="x:?fromIndex">
40394+
<lastIndexOf public="1" set="method" line="255"><f a="x:?fromIndex">
4038840395
<c path="hl.types.ArrayBytes.T"/>
4038940396
<x path="Int"/>
4039040397
<x path="Int"/>
4039140398
</f></lastIndexOf>
40392-
<copy public="1" set="method" line="266"><f a=""><c path="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes.T"/></c></f></copy>
40393-
<iterator public="1" set="method" line="274"><f a=""><c path="haxe.iterators.ArrayIterator"><c path="hl.types.ArrayBytes.T"/></c></f></iterator>
40394-
<keyValueIterator public="1" set="method" line="278"><f a=""><c path="haxe.iterators.ArrayKeyValueIterator"><c path="hl.types.ArrayBytes.T"/></c></f></keyValueIterator>
40395-
<map public="1" params="S" set="method" line="282"><f a="f">
40399+
<copy public="1" set="method" line="270"><f a=""><c path="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes.T"/></c></f></copy>
40400+
<iterator public="1" set="method" line="278"><f a=""><c path="haxe.iterators.ArrayIterator"><c path="hl.types.ArrayBytes.T"/></c></f></iterator>
40401+
<keyValueIterator public="1" set="method" line="282"><f a=""><c path="haxe.iterators.ArrayKeyValueIterator"><c path="hl.types.ArrayBytes.T"/></c></f></keyValueIterator>
40402+
<map public="1" params="S" set="method" line="286"><f a="f">
4039640403
<f a="">
4039740404
<c path="hl.types.ArrayBytes.T"/>
4039840405
<c path="map.S"/>
4039940406
</f>
4040040407
<c path="hl.types.ArrayDyn"/>
4040140408
</f></map>
40402-
<filter public="1" set="method" line="291"><f a="f">
40409+
<filter public="1" set="method" line="295"><f a="f">
4040340410
<f a="">
4040440411
<c path="hl.types.ArrayBytes.T"/>
4040540412
<x path="Bool"/>
4040640413
</f>
4040740414
<c path="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes.T"/></c>
4040840415
</f></filter>
40409-
<resize public="1" set="method" line="301" override="1"><f a="len">
40416+
<resize public="1" set="method" line="305" override="1"><f a="len">
4041040417
<x path="Int"/>
4041140418
<x path="Void"/>
4041240419
</f></resize>
40413-
<getDyn public="1" set="method" line="310" override="1"><f a="pos">
40420+
<getDyn public="1" set="method" line="314" override="1"><f a="pos">
4041440421
<x path="Int"/>
4041540422
<d/>
4041640423
</f></getDyn>
40417-
<setDyn public="1" set="method" line="317" override="1"><f a="pos:v">
40424+
<setDyn public="1" set="method" line="321" override="1"><f a="pos:v">
4041840425
<x path="Int"/>
4041940426
<d/>
4042040427
<x path="Void"/>
4042140428
</f></setDyn>
40422-
<pushDyn public="1" set="method" line="325" override="1"><f a="v">
40429+
<pushDyn public="1" set="method" line="329" override="1"><f a="v">
4042340430
<d/>
4042440431
<x path="Int"/>
4042540432
</f></pushDyn>
40426-
<popDyn public="1" set="method" line="328" override="1"><f a=""><x path="Null"><d/></x></f></popDyn>
40427-
<shiftDyn public="1" set="method" line="331" override="1"><f a=""><x path="Null"><d/></x></f></shiftDyn>
40428-
<unshiftDyn public="1" set="method" line="334" override="1"><f a="v">
40433+
<popDyn public="1" set="method" line="332" override="1"><f a=""><x path="Null"><d/></x></f></popDyn>
40434+
<shiftDyn public="1" set="method" line="335" override="1"><f a=""><x path="Null"><d/></x></f></shiftDyn>
40435+
<unshiftDyn public="1" set="method" line="338" override="1"><f a="v">
4042940436
<d/>
4043040437
<x path="Void"/>
4043140438
</f></unshiftDyn>
40432-
<insertDyn public="1" set="method" line="337" override="1"><f a="pos:v">
40439+
<insertDyn public="1" set="method" line="341" override="1"><f a="pos:v">
4043340440
<x path="Int"/>
4043440441
<d/>
4043540442
<x path="Void"/>
4043640443
</f></insertDyn>
40437-
<containsDyn public="1" set="method" line="340" override="1"><f a="v">
40444+
<containsDyn public="1" set="method" line="344" override="1"><f a="v">
4043840445
<d/>
4043940446
<x path="Bool"/>
4044040447
</f></containsDyn>
40441-
<removeDyn public="1" set="method" line="343" override="1"><f a="v">
40448+
<removeDyn public="1" set="method" line="347" override="1"><f a="v">
4044240449
<d/>
4044340450
<x path="Bool"/>
4044440451
</f></removeDyn>
40445-
<sortDyn public="1" set="method" line="346" override="1"><f a="f">
40452+
<sortDyn public="1" set="method" line="350" override="1"><f a="f">
4044640453
<f a=":">
4044740454
<d/>
4044840455
<d/>
4044940456
<x path="Int"/>
4045040457
</f>
4045140458
<x path="Void"/>
4045240459
</f></sortDyn>
40453-
<__expand set="method" line="349"><f a="index">
40460+
<__expand set="method" line="353"><f a="index">
4045440461
<x path="Int"/>
4045540462
<x path="Void"/>
4045640463
</f></__expand>
@@ -40480,7 +40487,7 @@
4048040487
</class>
4048140488
<class path="hl.types.ArrayDyn" params="" file="/home/runner/work/haxe/haxe/std/hl/types/ArrayDyn.hx">
4048240489
<extends path="hl.types.ArrayAccess"/>
40483-
<alloc public="1" set="method" line="260" static="1">
40490+
<alloc public="1" set="method" line="262" static="1">
4048440491
<f a="a:?allowReinterpret" v=":false">
4048540492
<c path="hl.types.ArrayBase"/>
4048640493
<x path="Bool"/>
@@ -40604,7 +40611,7 @@
4060440611
<x path="hl.Type"/>
4060540612
<d/>
4060640613
</f></__cast>
40607-
<__compare set="method" line="256">
40614+
<__compare set="method" line="258">
4060840615
<f a="a">
4060940616
<d/>
4061040617
<x path="Int"/>

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": "9faeb65f4dfda033ef92b1f1ef0f76f001fbe5a4",
2+
"commit": "052d69c417db4aed427defbc75312b048931c184",
33
"branch": "development"
44
}

xml/development/js.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28894,6 +28894,13 @@
2889428894

2889528895
@see https://haxe.org/manual/lf-condition-compilation.html</haxe_doc>
2889628896
</getDefine>
28897+
<stringToPlatforms set="method" line="464" static="1">
28898+
<f a="platforms">
28899+
<c path="Array"><c path="String"/></c>
28900+
<c path="Array"><e path="haxe.macro.Platform"/></c>
28901+
</f>
28902+
<haxe_doc>Converts an array of `String`s into an array of `Platform`s.</haxe_doc>
28903+
</stringToPlatforms>
2889728904
<includeFile public="1" set="method" static="1">
2889828905
<f a="file:position">
2889928906
<d/>
@@ -28910,7 +28917,7 @@
2891028917
<to><icast><c path="String"/></icast></to>
2891128918
<meta><m n=":enum"/></meta>
2891228919
<impl><class path="haxe.macro._Compiler.IncludePosition_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" private="1" module="haxe.macro.Compiler" extern="1" final="1">
28913-
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="465" static="1">
28920+
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="527" static="1">
2891428921
<x path="haxe.macro.IncludePosition"/>
2891528922
<meta>
2891628923
<m n=":value"><e>cast "top"</e></m>
@@ -28919,7 +28926,7 @@
2891928926
</meta>
2892028927
<haxe_doc>Prepend the file content to the output file.</haxe_doc>
2892128928
</Top>
28922-
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="472" static="1">
28929+
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="534" static="1">
2892328930
<x path="haxe.macro.IncludePosition"/>
2892428931
<meta>
2892528932
<m n=":value"><e>cast "closure"</e></m>
@@ -28930,7 +28937,7 @@
2893028937

2893128938
Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.</haxe_doc>
2893228939
</Closure>
28933-
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="477" static="1">
28940+
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="539" static="1">
2893428941
<x path="haxe.macro.IncludePosition"/>
2893528942
<meta>
2893628943
<m n=":value"><e>cast "inline"</e></m>
@@ -28943,7 +28950,7 @@
2894328950
</class></impl>
2894428951
</abstract>
2894528952
<class path="haxe.macro._Compiler.IncludePosition_Impl_" params="" file="/home/runner/work/haxe/haxe/std/haxe/macro/Compiler.hx" private="1" module="haxe.macro.Compiler" extern="1" final="1">
28946-
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="465" static="1">
28953+
<Top public="1" get="inline" set="null" expr="cast &quot;top&quot;" line="527" static="1">
2894728954
<x path="haxe.macro.IncludePosition"/>
2894828955
<meta>
2894928956
<m n=":value"><e>cast "top"</e></m>
@@ -28952,7 +28959,7 @@
2895228959
</meta>
2895328960
<haxe_doc>Prepend the file content to the output file.</haxe_doc>
2895428961
</Top>
28955-
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="472" static="1">
28962+
<Closure public="1" get="inline" set="null" expr="cast &quot;closure&quot;" line="534" static="1">
2895628963
<x path="haxe.macro.IncludePosition"/>
2895728964
<meta>
2895828965
<m n=":value"><e>cast "closure"</e></m>
@@ -28963,7 +28970,7 @@
2896328970

2896428971
Since the closure is in strict-mode, there may be run-time error if the input is not strict-mode-compatible.</haxe_doc>
2896528972
</Closure>
28966-
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="477" static="1">
28973+
<Inline public="1" get="inline" set="null" expr="cast &quot;inline&quot;" line="539" static="1">
2896728974
<x path="haxe.macro.IncludePosition"/>
2896828975
<meta>
2896928976
<m n=":value"><e>cast "inline"</e></m>

0 commit comments

Comments
 (0)