Lines Matching +refs:_ref2 +refs:element
1120 lib._entries(tests).forEach(function (_ref2) {
1121 var name = _ref2[0],
1122 test = _ref2[1];
2459 return keyvals.map(function (_ref2) {
2460 var k = _ref2[0],
2461 v = _ref2[1];
3593 append: function append(element) {
3594 return this.push(element);
3596 remove: function remove(element) {
3598 if (this[i] === element) {
3604 count: function count(element) {
3607 if (this[i] === element) {
3613 index: function index(element) {
3615 if ((i = this.indexOf(element)) === -1) {
3620 find: function find(element) {
3621 return this.indexOf(element);