summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap
AgeCommit message (Expand)Author
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-11-30wasi: introduce initial WASI supportcjihrig
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-14vm: add Synthetic modulesGus Caplan
2019-10-13process: add lineLength to source-map-cachebcoe
2019-10-06module: use v8 synthetic modulesGuy Bedford
2019-10-05esm: remove proxy for builtin exportsBradley Farias
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-09-18src: re-delete Atomics.wakeGus Caplan
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-08-20bootstrap: run preload prior to frozen-intrinsicsBradley Farias
2019-07-30lib: replace var with let in loaders.jsmbj36
2019-07-20policy: add policy-integrity to mitigate policy tamperingBradley Farias
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
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-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-13lib: fix typo in pre_execution.jsgengjiawen
2019-04-26doc: update comment in bootstrap for primordialsMyles Borins
2019-04-26process: improve cwd performanceRuben Bridgewater
2019-04-25module: 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