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