|
@@ -30,7 +30,7 @@ class Boot {
|
|
return s.split("&").join("&").split("<").join("<").split(">").join(">");
|
|
return s.split("&").join("&").split("<").join("<").split(">").join(">");
|
|
}
|
|
}
|
|
|
|
|
|
- private static function __trace(v,i) {
|
|
|
|
|
|
+ private static function __trace(v,i : haxe.PosInfos) {
|
|
untyped {
|
|
untyped {
|
|
var msg = if( i != null ) i.fileName+":"+i.lineNumber+": " else "";
|
|
var msg = if( i != null ) i.fileName+":"+i.lineNumber+": " else "";
|
|
msg += __unhtml(__string_rec(v,""))+"<br/>";
|
|
msg += __unhtml(__string_rec(v,""))+"<br/>";
|
|
@@ -150,7 +150,7 @@ class Boot {
|
|
return __interfLoop(cc.__super__,cl);
|
|
return __interfLoop(cc.__super__,cl);
|
|
}
|
|
}
|
|
|
|
|
|
- private static function __instanceof(o,cl) {
|
|
|
|
|
|
+ private static function __instanceof(o : Dynamic,cl) {
|
|
untyped {
|
|
untyped {
|
|
try {
|
|
try {
|
|
if( __js__("o instanceof cl") ) {
|
|
if( __js__("o instanceof cl") ) {
|