forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Tools/macos/std/haxe/NativeStackTrace.hx
Normal file
15
Kha/Tools/macos/std/haxe/NativeStackTrace.hx
Normal file
@ -0,0 +1,15 @@
|
||||
package haxe;
|
||||
|
||||
import haxe.CallStack.StackItem;
|
||||
|
||||
/**
|
||||
Do not use manually.
|
||||
**/
|
||||
@:dox(hide)
|
||||
@:noCompletion
|
||||
extern class NativeStackTrace {
|
||||
static public function saveStack(exception:Any):Void;
|
||||
static public function callStack():Any;
|
||||
static public function exceptionStack():Any;
|
||||
static public function toHaxe(nativeStackTrace:Any, skip:Int = 0):Array<StackItem>;
|
||||
}
|
Reference in New Issue
Block a user