summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-callbackify.js
AgeCommit message (Expand)Author
2019-03-27util: don't set the prototype of callbackified functionsRuben Bridgewater
2019-03-27util: rename callbackified functionRuben Bridgewater
2019-03-27util: increase function length when using `callbackify()`Ruben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-01-24assert: wrap original error in ifErrorRuben Bridgewater
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-11-30doc,test: remove unnecessary await with return instancesRich Trott
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-08-07test: begin normalizing fixtures useJames M Snell
2017-07-12errors,buffer: port errors to internal/errorsstarkwang
2017-06-19test: increase util.callbackify() coveragecjihrig
2017-06-18test: remove needless RegExp flagsVse Mozhet Byt
2017-06-13errors: add missing ERR_ prefix on util.callbackify errorJames M Snell
2017-06-10util: add callbackifyRefael Ackermann