File tree 2 files changed +4
-6
lines changed
core/src/avm2/globals/flash/globalization 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 3
3
// by https://github.com/golfinq/ActionScript_Event_Builder
4
4
// It won't be regenerated in the future, so feel free to edit and/or fix
5
5
6
- package flash.globalization
7
- {
8
-
9
- public final class LastOperationStatus
10
- {
6
+ package flash.globalization {
7
+ [API ("667" )]
8
+ public final class LastOperationStatus {
11
9
// Indicates that given buffer is not enough to hold the result.
12
10
public static const BUFFER_OVERFLOW_ERROR : String = "bufferOverflowError" ;
13
11
@@ -58,6 +56,5 @@ package flash.globalization
58
56
59
57
// Indicates that a fallback value was set during the most recent operation.
60
58
public static const USING_FALLBACK_WARNING : String = "usingFallbackWarning" ;
61
-
62
59
}
63
60
}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ package flash.globalization {
4
4
import __ruffle__.stub_method ;
5
5
import flash.globalization.LastOperationStatus ;
6
6
7
+ [API ("667" )]
7
8
public final class LocaleID {
8
9
public static const DEFAULT : String = "i-default" ;
9
10
You can’t perform that action at this time.
0 commit comments