node/lib/internal/process
Michaël Zasso 0646eda4fc
lib: flatten access to primordials
Store all primordials as properties of the primordials object.
Static functions are prefixed by the constructor's name and prototype
methods are prefixed by the constructor's name followed by "Prototype".
For example: primordials.Object.keys becomes primordials.ObjectKeys.

PR-URL: https://github.com/nodejs/node/pull/30610
Refs: https://github.com/nodejs/node/issues/29766
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
2019-11-25 10:28:15 +01:00
..
esm_loader.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
execution.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
main_thread_only.js lib: main_thread_only change var to let 2019-11-25 11:55:26 +05:30
per_thread.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
policy.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
promises.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
report.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
stdio.js process: use public readableFlowing property 2019-09-14 16:12:37 +08:00
task_queues.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
warning.js lib: require globals instead of using the global proxy 2019-04-16 04:24:26 +08:00
worker_thread_only.js worker: create per-Environment message port after bootstrap 2019-03-19 21:00:48 +08:00