Home
last modified time | relevance | path

Searched refs:testFn (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/async/internal/
DDoublyLinkedList.js74 remove(testFn) { argument
78 if (testFn(curr)) {
DHeap.js85 remove(testFn) { argument
88 if (!testFn(this.heap[i])) {
Dqueue.js209 remove(testFn) { argument
210 q._tasks.remove(testFn);
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js1440 remove (testFn) { argument
1444 if (testFn(curr)) {
1647 remove (testFn) { argument
1648 q._tasks.remove(testFn);
4099 remove (testFn) { argument
4102 if (!testFn(this.heap[i])) {
Dasync.mjs1434 remove (testFn) { argument
1438 if (testFn(curr)) {
1641 remove (testFn) { argument
1642 q._tasks.remove(testFn);
3899 * Invoked with `queue.remove(testFn)`, where `testFn` is of the form
4093 remove (testFn) { argument
4096 if (!testFn(this.heap[i])) {