node/lib/internal/process
Joyee Cheung a9053c38ea
src: cache the result of GetOptions() in JS land
Instead of calling into C++ each time we need to check the value
of a command line option, cache the option map in a new
`internal/options` module for faster access to the values in JS land.

PR-URL: https://github.com/nodejs/node/pull/24091
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Refael Ackermann <refack@gmail.com>
2018-11-13 23:37:33 +01:00
..
coverage.js lib: make coverage work for Node.js 2018-11-05 17:50:38 +01:00
esm_loader.js src: cache the result of GetOptions() in JS land 2018-11-13 23:37:33 +01:00
main_thread_only.js src,lib: move natives and constants to internalBinding() 2018-10-21 12:26:42 -07:00
next_tick.js timers: run nextTicks after each immediate and timer 2018-10-21 12:24:39 -07:00
per_thread.js src,lib: move natives and constants to internalBinding() 2018-10-21 12:26:42 -07:00
promises.js bootstrapper: move internalBinding to NativeModule 2018-10-17 11:15:29 -07:00
stdio.js process: allow reading from stdout/stderr sockets 2018-10-17 11:17:02 -07:00
warning.js
worker_thread_only.js
write-coverage.js