newLessThan       177 libcore/asobj/flash/geom/Rectangle_as.cpp     as_value ret = newLessThan(x_as, rect_x_as, vm);
newLessThan       181 libcore/asobj/flash/geom/Rectangle_as.cpp     ret = newLessThan(x_as, rect_x1_as, vm);
newLessThan       185 libcore/asobj/flash/geom/Rectangle_as.cpp     ret = newLessThan(y_as, rect_y_as, vm);
newLessThan       189 libcore/asobj/flash/geom/Rectangle_as.cpp     ret = newLessThan(y_as, rect_y1_as, vm);
newLessThan       212 libcore/asobj/flash/geom/Rectangle_as.cpp     as_value ret = newLessThan(argx, thisx, vm);
newLessThan       219 libcore/asobj/flash/geom/Rectangle_as.cpp     ret = newLessThan(argx, thisx, vm);
newLessThan       227 libcore/asobj/flash/geom/Rectangle_as.cpp     ret = newLessThan(argy, thisy, vm);
newLessThan       234 libcore/asobj/flash/geom/Rectangle_as.cpp     ret = newLessThan(argy, thisy, vm);
newLessThan      2488 libcore/vm/ASHandlers.cpp     env.top(1) = newLessThan(env.top(1), env.top(0), getVM(env));
newLessThan       744 libcore/vm/Machine.cpp                     const bool jump = newLessThan(a, b, _vm).to_bool();
newLessThan       379 libcore/vm/VM.h as_value newLessThan(const as_value& op1, const as_value& op2, const VM& vm);