|
@@ -97,6 +97,7 @@ class Exception extends NativeException {
|
|
return __nativeException;
|
|
return __nativeException;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @:ifFeature('haxe.NativeStackTrace.exceptionStack')
|
|
function get_stack():CallStack {
|
|
function get_stack():CallStack {
|
|
return switch __exceptionStack {
|
|
return switch __exceptionStack {
|
|
case null:
|
|
case null:
|