Lines Matching +refs:_ref +refs:current
1142 nodes.forEach(function (_ref) {
1143 var fieldName = _ref[0],
1144 n = _ref[1];
2379 lib._entries(filters).forEach(function (_ref) {
2380 var name = _ref[0],
2381 filter = _ref[1];
3942 var cur = this.current();
3961 cur = this.current();
3968 cur = this.current();
3989 if (this.current() === '/' && this.previous() !== '\\') {
3993 regexBody += this.current();
4003 var isCurrentAFlag = POSSIBLE_FLAGS.indexOf(this.current()) !== -1;
4005 regexFlags += this.current();
4019 var curComplex = cur + this.current();
4026 if (lib.indexOf(complexOps, curComplex + this.current()) !== -1) {
4027 cur = curComplex + this.current();
4071 if (this.current() === '.') {
4151 tok += this.current();
4165 while (!this.isFinished() && this.current() !== delimiter) {
4166 var cur = this.current();
4169 switch (this.current()) {
4180 str += this.current();
4223 var first = charString.indexOf(this.current());
4227 var t = this.current();
4232 var idx = charString.indexOf(this.current());
4234 t += this.current();
4236 idx = charString.indexOf(this.current());
4276 if (this.current() === '\n') {
4291 _proto.current = function current() {
5817 return lib._entries(val || {}).map(function (_ref) { argument
5818 var key = _ref[0],
5819 value = _ref[1];
6498 current: null, property
6501 this.current = null;
6508 this.current = items[index];
6509 return this.current;