throwErrorV      1079 core/AvmCore.h 		void throwErrorV(ClassClosure *type, int errorID, Stringp arg1=0, Stringp arg2=0, Stringp arg3=0);
throwErrorV        72 core/ErrorClass.cpp 		core()->throwErrorV(this, errorID, arg1, arg2, arg3);
throwErrorV      2506 core/Verifier.cpp 		core->throwErrorV(toplevel->verifyErrorClass(), errorID, arg1, arg2, arg3);
throwErrorV       172 core/WordcodeEmitter.cpp 					core->throwErrorV(avm_toplevel->verifyErrorClass(), kInvalidBranchTargetError);