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