strictly_equals 606 libcore/as_value.cpp if (strictly_equals(p) && v.strictly_equals(vp)) { strictly_equals 956 libcore/as_value.cpp if (obj.strictly_equals(tmp)) return false; strictly_equals 979 libcore/as_value.cpp return num.strictly_equals(n); strictly_equals 371 libcore/as_value.h bool strictly_equals(const as_value& v) const; strictly_equals 3039 libcore/vm/ASHandlers.cpp env.top(1).set_bool(env.top(1).strictly_equals(env.top(0))); strictly_equals 263 libcore/vm/Machine.cpp if ( strictness_on ) return a.strictly_equals(b); strictly_equals 44 testsuite/libcore.all/PropertyListTest.cpp #define check_strictly_equals(a, b) check(a.strictly_equals(b)) strictly_equals 73 testsuite/movies.all/gravity_embedded-TestRunner.cpp check(tmp.strictly_equals(50));