instanceOf 504 libcore/as_object.h bool instanceOf(as_object* ctor); instanceOf 1369 libcore/asobj/Array_as.cpp if (other->instanceOf(getClassConstructor(fn, "Array"))) { instanceOf 137 libcore/asobj/flash/geom/Matrix_as.cpp if (obj->instanceOf(ctor)) return obj; instanceOf 717 libcore/asobj/flash/geom/Matrix_as.cpp if (!obj->instanceOf(getClassConstructor(fn, "flash.geom.Point"))) { instanceOf 205 libcore/asobj/flash/geom/Point_as.cpp if (!o->instanceOf(getClassConstructor(fn, "flash.geom.Point"))) instanceOf 445 libcore/asobj/flash/geom/Point_as.cpp if (!o1->instanceOf(getClassConstructor(fn, "flash.geom.Point"))) instanceOf 262 libcore/asobj/flash/geom/Rectangle_as.cpp if (!comp->instanceOf(getClassConstructor(fn, "flash.geom.Rectangle"))) { instanceOf 1307 libcore/vm/ASHandlers.cpp if (instance->instanceOf(super)) { instanceOf 2921 libcore/vm/ASHandlers.cpp env.top(0) = as_value(instance->instanceOf(super)); instanceOf 2743 libcore/vm/Machine.cpp const bool truth = valueObject->instanceOf(typeObject);