Dan Korostelev
|
8355f6fbe7
[js] simplify Reflect.field by hand to avoid creating unnecessary closure because analyzer will ignore it now (because of untyped)
|
10 years ago |
Andy Li
|
6cb1e40b41
Reflect.callMethod should accept Function only.
|
11 years ago |
Bruno Garcia
|
04d1df7d77
Clean trailing whitespace from .hx files.
|
11 years ago |
Dan Korostelev
|
74ae3b886c
[js] don't inline Reflect.field because it has try/catch block.
|
11 years ago |
Simon Krajewski
|
b0b0dde32b
revert
|
12 years ago |
Luca Deltodesco
|
9b9db195d2
Have $hasOwnProperty and $ObjectPrototypeToString in features.
|
12 years ago |
Luca Deltodesco
|
5869becd90
really revert... sigh
|
12 years ago |
Luca Deltodesco
|
8db774dfb9
Rever changes to Reflect.field
|
12 years ago |
Luca Deltodesco
|
57c6ccff1f
Added back in necessary code to permit Reflection on Math, moving
|
12 years ago |
Luca Deltdesco
|
dcc5f2b0e7
Improve Reflect hasField/field for js target, improve Math for js
|
12 years ago |
Simon Krajewski
|
8aa79adf34
[Js] added some missing != null
|
12 years ago |
Simon Krajewski
|
00824f9a12
- added haxe.ds.BalancedTree
|
12 years ago |
Nicolas Cannasse
|
2d52cbed3a
cached $bind results (fixed issue #1349)
|
12 years ago |
Simon Krajewski
|
833cb2b3dd
added Reflect specification (part 1)
|
12 years ago |
Simon Krajewski
|
fddf684fac
initial metadata documentation
|
12 years ago |
Simon Krajewski
|
92c9c22dc0
[Js] [Swf8] filter __id__ in Reflect.fields
|
12 years ago |
Nicolas Cannasse
|
141cab1f55
added Reflect overload for Array<Dynamic> -> Void functions (fixed issue #1367)
|
12 years ago |
Nicolas Cannasse
|
f391388e7d
license /std to Haxe Foundation / MIT
|
13 years ago |
Nicolas Cannasse
|
3bdeafa995
@:core_api is now @:coreApi
|
13 years ago |
Nicolas Cannasse
|
24b7e6b23b
use __js__('Object') to prevent clashing with an otherwise defined Object class
|
13 years ago |
Nicolas Cannasse
|
60c4391d9a
moved features from typer to common (allow setting features during compilation for later retrieval)
|
13 years ago |
Nicolas Cannasse
|
96cc73b0ed
js optimizations :
|
13 years ago |
Bruno Garcia
|
3d90efb7b7
Optimize some places by using Object.prototype.hasOwnProperty, rather than
|
13 years ago |
Bruno Garcia
|
40d8b09a76
Enable ES5 strict mode with --js-modern.
|
13 years ago |
Nicolas Cannasse
|
22ec3c982e
partial support for Reflect.getProperty/setProperty
|
13 years ago |
Nicolas Cannasse
|
995a1dc12f
more sanitize/beautify
|
14 years ago |
Nicolas Cannasse
|
39f286aef8
minor fix
|
15 years ago |
Nicolas Cannasse
|
f00b39fd95
js core api classes extraction done
|
15 years ago |