Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: add trailing commas to more internal files | Antoine du Hamel | 2023-02-26 | 1 | -1/+1 |
* | async_hooks: refactor to use more primordials | Antoine du Hamel | 2020-11-20 | 1 | -2/+2 |
* | lib: replace Set global by the primordials | Sebastien Ahkrin | 2020-01-04 | 1 | -0/+4 |
* | process: register the inspector async hooks in bootstrap/node.js | Joyee Cheung | 2019-01-16 | 1 | -9/+4 |
* | inspector: move process.binding to internalBinding | Beni von Cheni | 2018-12-13 | 1 | -1/+1 |
* | src,lib: make process.binding('config') internal | Masashi Hirano | 2018-12-05 | 1 | -1/+1 |
* | async_hooks: lazy loading for startup performance | Ruben Bridgewater | 2018-05-18 | 1 | -27/+35 |
* | inspector: no async tracking for promises | Anna Henningsen | 2017-11-21 | 1 | -1/+12 |
* | inspector: track async stacks when necessary | Ali Ijaz Sheikh | 2017-10-29 | 1 | -6/+0 |
* | inspector: enable async stack traces | Miroslav Bajtoš | 2017-08-17 | 1 | -0/+64 |