stricteq         1402 core/ArrayClass.cpp 			if (core->stricteq(atom, searchElement) == trueAtom)
stricteq         1425 core/ArrayClass.cpp 			if (core->stricteq (atom, searchElement) == trueAtom)
stricteq          572 core/AvmCore.h 		Atom stricteq(Atom lhs, Atom rhs);
stricteq         4424 core/CodegenLIR.cpp                 localSet(sp-1, cmpEq(FUNCTIONID(stricteq), sp-1, sp), result);
stricteq         4624 core/CodegenLIR.cpp             cond = cmpEq(FUNCTIONID(stricteq), a, b);
stricteq         4628 core/CodegenLIR.cpp             cond = cmpEq(FUNCTIONID(stricteq), a, b);
stricteq         1721 core/Interpreter.cpp                 sp[-1] = core->stricteq(sp[-1], sp[0]);
stricteq         1828 core/Interpreter.cpp 				IFCMP_TWO_VALUES(==, core->stricteq(a1,a2) == trueAtom, a1, a2, i1);
stricteq         1835 core/Interpreter.cpp 				IFNCMP_TWO_VALUES(==, core->stricteq(a1,a2) == trueAtom, a1, a2, i1);