summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/node.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-09-18src: re-delete Atomics.wakeGus Caplan
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-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-04-26doc: update comment in bootstrap for primordialsMyles Borins
2019-04-26process: improve cwd performanceRuben Bridgewater
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-08lib: fix outdated commentVse Mozhet Byt
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-29src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
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-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12lib: import TextEncoder and TextDecoder from `internal/encoding`Joyee Cheung
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-08lib: move queueMicrotask to stableGus Caplan
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-03esm: process proxy Symbol.toString fixGuy Bedford
2019-02-25process: use common operations to define browser globalsJoyee Cheung
2019-02-24process: move initialization of node-report into pre_execution.jsJoyee Cheung
2019-02-24process: setup signal handler in prepareMainThreadExecutionJoyee Cheung
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-16process: delay setup of global exception handlersJoyee Cheung
2019-02-13process: refactor lib/internal/bootstrap/node.jsJoyee Cheung
2019-02-13process: use primordials in bootstrap/node.jsJoyee Cheung
2019-02-13process: document the bootstrap process in node.jsJoyee Cheung
2019-02-12process: normalize process.execPath in CreateProcessObject()Joyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-02-08lib: move signal event handling into bootstrap/node.jsJoyee Cheung
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: move process mutation into bootstrap/node.jsJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29policy: ensure workers do not read fs for policyBradley Farias
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-23process: clarify the pre- and post-condition of esm setupJoyee Cheung