Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 4 of 4) sorted by relevance

/plugin/asciidocjs/node_modules/resolve/lib/
Dsync.js195 var thunk = function () { return getPackageCandidates(x, start, opts); }; function
196 var dirs = packageIterator ? packageIterator(x, start, thunk, opts) : thunk();
Dasync.js323 var thunk = function () { return getPackageCandidates(x, start, opts); }; function
326 packageIterator ? packageIterator(x, start, thunk, opts) : thunk()
/plugin/asciidocjs/node_modules/resolve/
Dreadme.markdown101 …* getNodeModulesDirs - a thunk (no-argument function) that returns the paths using standard `node_…
107 …* getPackageCandidates - a thunk (no-argument function) that returns the paths using standard `nod…
209 …* getNodeModulesDirs - a thunk (no-argument function) that returns the paths using standard `node_…
215 …* getPackageCandidates - a thunk (no-argument function) that returns the paths using standard `nod…
/plugin/tagfilter/script/select2/
Dselect2.js246 function thunk(formula) { function
698 this.body = thunk(function() { return opts.element.closest("body"); });