summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/pre_execution.js
AgeCommit message (Expand)Author
2019-07-22policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-06-17src: only run preloadModules if the preload array is not emptySamuel Attard
2019-05-14lib: fix typo in pre_execution.jsgengjiawen
2019-04-27module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-12lib: enforce the use of Object from primordialsMichaƫl Zasso
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-03-29src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-26process: handle --expose-internals during pre-executionJoyee Cheung
2019-03-26process: global.process, global.Buffer gettersGuy Bedford
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-12process: create legacy process properties during pre-executionJoyee Cheung
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: add --pending-deprecation to `process.binding()`Anna Henningsen
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung
2019-03-05report: warn on process.report object accesscjihrig
2019-03-05report: refactor configuration managementcjihrig
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-02-24process: move initialization of node-report into pre_execution.jsJoyee Cheung
2019-02-24process: setup signal handler in prepareMainThreadExecutionJoyee Cheung
2019-02-21process: simplify the setup of async hooks trace eventsJoyee Cheung
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung