compare           463 core/ArrayClass.cpp int compare(uint32 lhs, uint32 rhs)	const	{ return cmpFunc(this, lhs, rhs); }
compare           892 core/AvmCore.cpp Atom AvmCore::compare(Atom lhs, Atom rhs)
compare           183 core/BigInteger.cpp int32 BigInteger::compare(const BigInteger *other) const