Dan Korostelev
|
a6cc542010
[js] get rid of untyped in Type.getClass (it only requires @:privateAccess), make it inline, but disable inline of js.Boot.getClass, as it's quite complex and has untyped
|
10 years ago |
Simon Krajewski
|
779ae24760
actually it's `@:dox(hide)`
|
10 years ago |
Dan Korostelev
|
37b2f4784f
let's see if @:dox(ignore) works :-P
|
10 years ago |
Dan Korostelev
|
34849d14e9
[js] fix Std.string with objects that have non-function toString field (closes #3480)
|
11 years ago |
mockey
|
1cbf58cb8c
removed a trace from testing
|
11 years ago |
mockey
|
c85d75f9f5
some modifications:
|
11 years ago |
mockey
|
f9d89cdb40
another try to fix node.js problem
|
11 years ago |
mockey
|
99cc2e5c6b
try to fix node.js problem
|
11 years ago |
mockey
|
580fd45c0a
added check for native js objects to __instanceof, Std.is should work with native objects where typof returns "object" now
|
11 years ago |
Simon Krajewski
|
a660dc949e
detect assignment of TEnum to TDynamic and activate may_print_enum feature (closes #2500)
|
11 years ago |
Dan Korostelev
|
712898bb4a
[js] don't add __class__ to Array.prototype (closes #2060, closes #1909)
|
11 years ago |
Luca Deltodesco
|
7100be4b7e
Remove redundant space at end of __js__ block in string_rec
|
12 years ago |
Simon Krajewski
|
b0b0dde32b
revert
|
12 years ago |
Luca Deltdesco
|
4b1f13891d
Add __define_feature's around ObjectPrototypeToString in js/Boot
|
12 years ago |
Luca Deltodesco
|
bd1a344696
Merge branch 'development' into dev_js_improvements
|
12 years ago |
Luca Deltodesco
|
361a2b95fd
Improve optimisations of Std.is and also Std.string now too.
|
12 years ago |
Bruno Garcia
|
9711aad6ab
Add "console" to JS keywords.
|
12 years ago |
Luca Deltodesco
|
b935ecdf40
Remove redundant space at end of __js__ block in string_rec
|
12 years ago |
Simon Krajewski
|
71f2acd4ff
reverse index features while typing, check during DCE
|
12 years ago |
Simon Krajewski
|
ec7667d8cb
sidestep DCE feature definition issue
|
12 years ago |
Bruno Garcia
|
e88b9ec328
Minor __instanceof cleanup and optimization.
|
12 years ago |
Bruno Garcia
|
04d7c350c5
Remove try/catch from JS __instanceof.
|
12 years ago |
Nicolas Cannasse
|
559270bd27
trace all parameters passed to trace() in flash/js/neko as a default
|
12 years ago |
Nicolas Cannasse
|
f391388e7d
license /std to Haxe Foundation / MIT
|
13 years ago |
Simon Krajewski
|
539bf889ba
allow feature DCE on all platforms and rename @:feature to @:ifFeature
|
13 years ago |
Simon Krajewski
|
7a64df50bc
- do not mark extern classes as :used automatically (but still keep them)
|
13 years ago |
Franco Ponticelli
|
64d46a8f8a
fixed issue 1002
|
13 years ago |
Nicolas Cannasse
|
992f6242f3
remove Function.$bind and Boot.__init__, use function $bind instead
|
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
|
3055b4313b
minor : prevent Std.string to be called in stringRec
|
13 years ago |