summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap
AgeCommit message (Expand)Author
2019-07-22policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-02process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-07-02process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-07-02src: refactor uncaught exception handlingJoyee Cheung
2019-06-17src: only run preloadModules if the preload array is not emptySamuel Attard
2019-05-22src, lib: take control of prepareStackTraceGus Caplan
2019-05-14lib: fix typo in pre_execution.jsgengjiawen
2019-05-05process: improve cwd performanceRuben Bridgewater
2019-04-27doc: update comment in bootstrap for primordialsMyles Borins
2019-04-27module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-13lib: create primordials in every contextJoyee 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-08lib: use safe methods from primordialsMichaël Zasso
2019-04-08lib: fix outdated commentVse Mozhet Byt
2019-04-06lib: remove `env: node` in eslint config for lib filesJoyee Cheung
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee 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-23process: load internal/async_hooks before inspector hooks registrationJoyee Cheung
2019-03-19worker: create per-Environment message port after bootstrapJoyee Cheung
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-19timers: refactor timer callback initializationJoyee Cheung
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12lib: import TextEncoder and TextDecoder from `internal/encoding`Joyee 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-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-08lib: move queueMicrotask to stableGus Caplan
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-03esm: process proxy Symbol.toString fixGuy Bedford