unbox1            507 core/MethodEnv.cpp 		args = unbox1(in[0], ms->paramTraits(0), args); // no need to coerce
unbox1            519 core/MethodEnv.cpp 		Atom *args = unbox1(thisArg, ms->paramTraits(0), (Atom *) argv);
unbox1            532 core/MethodEnv.cpp 		Atom *args = unbox1(thisArg, ms->paramTraits(0), (Atom *) argv);
unbox1            135 core/MethodEnv.h 		Atom* FASTCALL unbox1(Atom atom, Traits* t, Atom* args);