CATCH            1730 src/actioncompiler/lex.swf5.c { count(); 	return CATCH; }
CATCH              76 src/actioncompiler/swf5compiler.y %token TRY THROW CATCH FINALLY THIS
CATCH             330 src/actioncompiler/swf5compiler.y 	| TRY stmt CATCH '(' identifier ')' stmt		{ $$ = newBuffer();
CATCH             355 src/actioncompiler/swf5compiler.y 	| TRY stmt CATCH '(' identifier ')' stmt FINALLY stmt	{ $$ = newBuffer();