summaryrefslogtreecommitdiff
path: root/lib/internal/process/per_thread.js
AgeCommit message (Expand)Author
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26process: replace vars in per_thread.jsEmaSuriano
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-06-17process: hide NodeEnvironmentFlagsSet's `add` functionRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-25process: remove usage of require('util') in `per_thread.js`dnlup
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-05benchmark,lib: add process.hrtime.bigint benchmarkAnna Henningsen
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-01-23process: fix call process.reallyExit, vs., bindingBenjamin Coe
2019-01-16process: refactor coverage setup during bootstrapJoyee Cheung
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-06process: simplify check in previousValueIsValid()cjihrig
2018-12-01lib: move setupAllowedFlags() into per_thread.jsJoyee Cheung
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-09-05coverage: expose native V8 coverageBenjamin Coe
2018-06-21process: split bootstrappers by threads that can run themJoyee Cheung