summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap/node.js
Commit message (Expand)AuthorAgeFilesLines
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-041-24/+4
* lib: enforce use of trailing commasAntoine du Hamel2023-03-061-11/+11
* lib: fix BroadcastChannel initialization locationShelley Vohr2023-03-011-6/+0
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-2/+2
* src,lib: add constrainedMemory API for processtheanarkh2023-01-251-0/+1
* src: speed up process.getActiveResourcesInfo()Darshan Sen2023-01-031-12/+1
* tools: add `ArrayPrototypeConcat` to the list of primordials to avoidAntoine du Hamel2022-12-171-6/+6
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-18/+12
* lib: disambiguate `native module` to `binding`Daeyeon Jeong2022-12-091-3/+3
* src,lib: group properties used as constants from `util` bindingDaeyeon Jeong2022-11-241-3/+5
* util: use private symbols in JS land directlyJoyee Cheung2022-11-171-4/+4
* src: simplify exit code accessesDaeyeon Jeong2022-11-101-9/+15
* process: remove `process.exit()`, `process.exitCode` coercion to integerDaeyeon Jeong2022-10-191-8/+12
* process: runtime deprecate coercion to integer in `process.exit()`Daeyeon Jeong2022-10-071-0/+25
* bootstrap: update comments in bootstrap/node.jsJoyee Cheung2022-09-291-16/+32
* process: make process.config read onlySergey Petushkov2022-09-101-67/+8
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-2/+2
* bootstrap: support more builtins in the embedded code cacheJoyee Cheung2022-08-051-2/+2
* src: use a typed array internally for process._exitingDarshan Sen2022-07-311-0/+19
* bootstrap: move global initialization to jsAlena Khineika2022-07-081-0/+1
* bootstrap: consolidate global properties definitionChengzhong Wu2022-06-141-35/+24
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+11
* bootstrap: include code cache in the embedded snapshotJoyee Cheung2022-05-171-3/+2
* src: include crypto in the bootstrap snapshotJoyee Cheung2022-03-111-0/+3
* src: include internal/options in the snapshotJoyee Cheung2022-03-111-0/+1
* src: add kNoBrowserGlobals flag for EnvironmentCheng Zhao2022-01-051-137/+16
* timers: use ref counts to count timersDarshan Sen2022-01-021-7/+5
* worker: expose BroadcastChannel as a globalJames M Snell2021-12-241-0/+2
* buffer: expose Blob as a globalJames M Snell2021-12-241-0/+7
* process: add `getActiveResourcesInfo()`Darshan Sen2021-12-141-2/+19
* process: support hrtime in the snapshotJoyee Cheung2021-11-171-0/+3
* lib: add structuredClone() globalEthan Arrowood2021-08-281-0/+5
* lib: expose `DOMException` as globalXadillaX2021-08-061-1/+16
* bootstrap: load perf_hooks eagerly during bootstrapJoyee Cheung2021-06-281-16/+7
* lib: include url in bootstrap snapshot and remove unnecessary lazy-loadsJoyee Cheung2021-06-021-0/+1
* bootstrap: include vm and contextify binding into the snapshotJoyee Cheung2021-05-201-0/+1
* test: fix flaky test-crypto-timing-safe-dqual-benchmarksRich Trott2021-04-301-2/+4
* lib: harden lint checks for globalsAntoine du Hamel2021-04-281-0/+1
* lib: enforce using `primordials.globalThis` instead of `global`Antoine du Hamel2021-04-171-23/+25
* perf_hooks: make performance a globalJames M Snell2021-04-011-0/+23
* buffer: expose btoa and atob as globalsJames M Snell2021-03-251-6/+25
* bootstrap: include v8 module into the builtin snapshotJoyee Cheung2021-02-191-0/+1
* bootstrap: include fs module into the builtin snapshotJoyee Cheung2021-02-191-0/+3
* process,doc: add missing deprecation codecjihrig2021-01-271-1/+1
* process: runtime deprecate changing process.configJames M Snell2021-01-221-1/+71
* bootstrap: refactor to use more primordialsAntoine du Hamel2020-11-091-1/+2
* lib: add EventTarget-related browser globalsAnna Henningsen2020-10-111-0/+15
* bootstrap: build fast APIs in pre-executionJoyee Cheung2020-07-181-2/+0
* src: make code cache test work with snapshotsJoyee Cheung2020-07-181-12/+20
* worker: allow passing JS wrapper objects via postMessageAnna Henningsen2020-06-141-0/+1