UNPKG

@awayfl/avm2

Version:

Virtual machine for executing AS3 code

6 lines 452 B
import { ExceptionInfo } from './../../abc/lazy/ExceptionInfo'; import { CompilerState } from './../CompilerState'; export declare function emitOpenCatchConditions(state: CompilerState, catchBlocks: ExceptionInfo[]): void; export declare function emitOpenTryCatch(state: CompilerState, _group: ExceptionInfo[]): void; export declare function emitCloseTryCatch(state: CompilerState, group: ExceptionInfo[]): void; //# sourceMappingURL=emitCatch.d.ts.map