summaryrefslogtreecommitdiff
path: root/test/parallel/test-bootstrap-modules.js
AgeCommit message (Expand)Author
2019-01-28dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis
2019-01-20test: switch to native v8 coverageBenjamin Coe
2018-12-31process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-11-29console: lazy load process.stderr and process.stdoutJoyee Cheung
2018-11-07src: cache the result of GetOptions() in JS landJoyee Cheung
2018-10-06vm: add dynamic import supportGus Caplan
2018-09-24util: move inspect in separate fileRuben Bridgewater
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-05-18test: add loaded modules testRuben Bridgewater