Selaa lähdekoodia

added rethrow.

Nicolas Cannasse 19 vuotta sitten
vanhempi
commit
d65b7e3406
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      std/neko/Lib.hx

+ 4 - 0
std/neko/Lib.hx

@@ -34,4 +34,8 @@ class Lib {
 		untyped __dollar__print(v);
 	}
 
+	public static function rethrow( e : Dynamic ) : Void {
+		untyped __dollar__rethrow(e);
+	}
+
 }