summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/pre_execution.js
AgeCommit message (Expand)Author
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24test: replace var with let in pre_execution.jsVladimir Adamic
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-09esm: exit the process with an error if loader has an issueMichaël Zasso
2019-11-05child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-10-16module: refactor modules bootstrapBradley Farias
2019-10-13process: add lineLength to source-map-cachebcoe
2019-10-05process: add source-map support to stack tracesbcoe
2019-10-02doc: add missing deprecation codecjihrig
2019-10-02doc: add documentation deprecation for process._tickCallbackLucas Holmquist
2019-09-30src: rename --loader to --experimental-loaderAlex Aubuchon
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-06-09src: only run preloadModules if the preload array is not emptySamuel Attard
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-13lib: fix typo in pre_execution.jsgengjiawen
2019-04-25module: 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