|
@@ -30,6 +30,7 @@ extern class Api {
|
|
|
@:hlNative("std","obj_delete_field") static function deleteField( obj : Dynamic, hash : Int ) : Bool;
|
|
|
@:hlNative("std","call_method") static function callMethod( f : haxe.Constraints.Function, args : NativeArray<Dynamic> ) : Dynamic;
|
|
|
@:hlNative("std","get_closure_value") static function getClosureValue( f : haxe.Constraints.Function ) : Dynamic;
|
|
|
+ @:hlNative("std","make_closure") static function makeClosure( f : haxe.Constraints.Function, v : Dynamic ) : Dynamic;
|
|
|
@:hlNative("std","no_closure") static function noClosure( f : haxe.Constraints.Function ) : haxe.Constraints.Function;
|
|
|
@:hlNative("std", "value_cast") static function safeCast( v : Dynamic, t : Type ) : Dynamic;
|
|
|
@:hlNative("std", "make_var_args") static function makeVarArgs( v : NativeArray<Dynamic> -> Dynamic ) : haxe.Constraints.Function;
|