Home | History | Annotate | Download | only in js

Lines Matching refs:EQUAL

430                   EQUAL: function (a, b) { return a !== null && a === b; },
448 return [operations.EQUAL, parseFloat(query)];