0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib/internal
Gus Caplan d8eef83757
process: use v8 fast api calls for hrtime
Refs: https://github.com/nodejs/node/issues/33374

PR-URL: https://github.com/nodejs/node/pull/33600
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2020-06-06 11:55:45 -05:00
..
assert assert: port common.mustCall() to assert 2020-04-23 10:11:47 -07:00
bootstrap lib: unflag AbortController 2020-06-05 12:21:49 -07:00
child_process lib: remove unnecesary else block 2020-04-18 16:33:34 -05:00
cluster lib: refactored scheduling policy assignment 2020-05-09 07:50:11 +02:00
console console: name console functions appropriately 2020-05-30 04:19:27 +02:00
crypto crypto: fix wrong error message 2020-05-25 19:15:05 +02:00
dns dns: make dns.Resolver timeout configurable 2020-06-01 08:07:59 -07:00
fs fs: reimplement read and write streams using stream.construct 2020-05-27 10:24:33 +02:00
http2 http2: implement support for max settings entries 2020-06-02 20:35:51 +02:00
main lib: unflag AbortController 2020-06-05 12:21:49 -07:00
modules lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
per_context worker: improve MessagePort performance 2020-02-07 11:01:59 -10:00
policy lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
process process: use v8 fast api calls for hrtime 2020-06-06 11:55:45 -05:00
readline util: improve unicode support 2020-01-22 15:33:03 +01:00
repl lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
source_map lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
streams stream: construct 2020-05-27 10:24:05 +02:00
test
util lib: add Int16Array primordials 2020-06-02 15:38:59 +02:00
vm util: fix inspection of class instance prototypes 2020-05-25 19:20:48 +02:00
worker lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
abort_controller.js lib: initial experimental AbortController implementation 2020-06-05 12:21:47 -07:00
assert.js
async_hooks.js src: use symbol to store AsyncWrap resource 2020-05-21 17:45:09 -07:00
buffer.js lib: replace Float32Array global by the primordials 2020-01-07 15:09:59 -08:00
child_process.js child_process: remove unnecessary use of inner state 2020-01-11 19:27:54 -08:00
cli_table.js util: improve unicode support 2020-01-22 15:33:03 +01:00
constants.js
dgram.js
dtrace.js
encoding.js util: fix inspection of class instance prototypes 2020-05-25 19:20:48 +02:00
error-serdes.js lib: replace use of Error with primordials 2020-01-04 14:50:18 -08:00
errors.js errors: fully inspect errors on exit 2020-05-30 04:18:16 +02:00
event_target.js events: support useCapture boolean 2020-06-05 16:55:26 -07:00
fixed_queue.js lib: unnecessary const assignment for class 2020-04-24 22:53:36 +03:00
freelist.js
freeze_intrinsics.js
heap_utils.js worker: add ability to take heap snapshot from parent thread 2020-02-03 07:04:13 -08:00
histogram.js perf,src: add HistogramBase and internal/histogram.js 2020-03-02 11:01:00 -08:00
http.js
idna.js
inspector_async_hook.js lib: replace Set global by the primordials 2020-01-04 12:41:09 -08:00
js_stream_socket.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
linkedlist.js
net.js lib: move isLegalPort to validators, refactor 2020-03-05 11:52:53 -08:00
options.js tls: move getAllowUnauthorized to internal/options 2020-04-21 17:21:45 -07:00
priority_queue.js
querystring.js
readme.md
repl.js
socket_list.js
stream_base_commons.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
timers.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00
tls.js
trace_events_async_hooks.js
tty.js tty: do not end in an infinite warning recursion 2020-02-09 13:39:56 +01:00
url.js url: remove gopher from special schemes 2020-06-06 11:11:02 +02:00
util.js util: use a global symbol for util.promisify.custom 2020-03-12 19:51:25 +01:00
v8_prof_polyfill.js lib: replace use of Error with primordials 2020-01-04 14:50:18 -08:00
v8_prof_processor.js
validators.js lib: fix validateport error message when allowZero is false 2020-04-28 19:15:03 +02:00
watchdog.js src,lib: make ^C print a JS stack trace 2020-01-28 13:52:27 +08:00
worker.js lib: improve debuglog() performance 2020-05-30 17:24:43 -04:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.