throwAtom          60 axscript/COMErrorClass.cpp 		core->throwAtom(construct(2, args));
throwAtom        1365 core/AvmCore.cpp 		throwAtom(type->construct(2, args));
throwAtom        1066 core/AvmCore.h 		void throwAtom(Atom atom);
throwAtom        3554 core/CodegenLIR.cpp                 callIns(FUNCTIONID(throwAtom), 2, coreAddr, loadAtomRep(index));
throwAtom        2770 core/Interpreter.cpp 				core->throwAtom(*sp--);
throwAtom         174 core/WordcodeEmitter.cpp 					core->throwAtom(core->newStringLatin1("word code translator: missing LABEL for backward branch")->atom());
throwAtom         124 eval/eval-avmplus.cpp 		core->throwAtom(toplevel->syntaxErrorClass()->construct(2, error_args));
throwAtom         130 eval/eval-avmplus.cpp 		core->throwAtom(toplevel->errorClass()->construct(2, error_args));