UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

16 lines 504 B
import { Traits } from './Traits'; import { ABCFile } from './ABCFile'; import { Multiname } from './Multiname'; export declare class ExceptionInfo { abc: ABCFile; start: number; end: number; target: number; multiname: Multiname; type: Multiname; catchPrototype: Object; private _traits; constructor(abc: ABCFile, start: number, end: number, target: number, multiname: Multiname, type: Multiname); getTraits(): Traits; } //# sourceMappingURL=ExceptionInfo.d.ts.map