Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/function-bind/test/
Dindex.js82 var thunkify = function (value) { function
87 var Constructor = functionBind.call(thunkify(expectedReturnValue), null);
94 var Constructor = functionBind.call(thunkify(42), null);