summaryrefslogtreecommitdiff
path: root/lib/internal/timers.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-17src: lib/internal/timers.js var -> let/constNikolay Krashnikov
2019-09-22timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-08-12doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-04-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
2019-04-20util: access process states lazily in debuglogJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27timers: rename validateTimerDuration to getTimerDurationRuben Bridgewater
2019-03-20timers: move big impl comment to /internal/Jeremiah Senkpiel
2019-03-20timers: fix refresh inside callbackAnatoli Papirovski
2019-03-19timers: refactor timer callback initializationJoyee Cheung
2019-03-13timers: remove dead code and simplify args checkRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-22timers: support name in validateTimerDuration()cjihrig
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-11-03lib: remove useless getLibuvNow in internal/timersZYSzys
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-02timers: use custom inspection for linked listsRuben Bridgewater
2018-08-14lib: extract validateNumber validatorJon Moss
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-10timers: make timer.refresh() a public APIJeremiah Senkpiel
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-02-19timers: add helper fn for async initAnatoli Papirovski
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-04timers: use start instead of stop + startAnatoli Papirovski
2018-01-26timers: add internal [@@ refresh()] functionJeremiah Senkpiel
2018-01-26timers: reposition getTimers definition internallyJeremiah Senkpiel
2017-12-24lib: combine similar error codesWeijia Wang
2017-12-20timers: extract enroll() validation into a fnJeremiah Senkpiel
2017-12-20net: use actual Timeout instance on SocketsJeremiah Senkpiel