Lines Matching +refs:_ref2 +refs:element
2384 lib._entries(tests).forEach(function (_ref2) {
2385 var name = _ref2[0],
2386 test = _ref2[1];
6101 return keyvals.map(function (_ref2) {
6102 var k = _ref2[0],
6103 v = _ref2[1];
6905 append: function append(element) {
6906 return this.push(element);
6908 remove: function remove(element) {
6910 if (this[i] === element) {
6916 count: function count(element) {
6919 if (this[i] === element) {
6925 index: function index(element) {
6927 if ((i = this.indexOf(element)) === -1) {
6932 find: function find(element) {
6933 return this.indexOf(element);