Searched refs:onentry (Results 1 – 7 of 7) sorted by relevance
50 const onentry = opt.onentry constant51 opt.onentry = onentry ? e => {52 onentry(e)
72 onentry: entry => p.add(entry)87 onentry: entry => p.add(entry)
200 onentry: entry => p.add(entry)215 onentry: entry => p.add(entry)
100 if (typeof opt.onentry === 'function')101 this.on('entry', opt.onentry)
62 onentry (entry) {
140 onentry: entry => { .. do whatever with it .. }328 - `onentry` A function that gets called with `(entry)` for each entry376 - `onentry` A function that gets called with `(entry)` for each entry382 the call to `onentry`. Set `noResume: true` to suppress this635 - `onentry` A function that gets called with `(entry)` for each entry675 - `onentry` A function that gets called with `(entry)` for each entry
226 onentry (entry) { method