0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Anna Henningsen a194eacc96 util: do not throw when inspecting detached ArrayBuffer
PR-URL: https://github.com/nodejs/node/pull/29318
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
2019-08-29 05:52:05 +02:00
..
assert assert: avoid potentially misleading reference to object identity 2019-07-25 22:36:29 -07:00
bootstrap bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
cluster lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
console console: display timeEnd with suitable time unit 2019-08-25 16:39:18 +02:00
crypto lib: rename validateSafeInteger to validateInteger 2019-08-19 11:55:22 -04:00
dns dns: update lookupService() first arg name 2019-08-10 19:06:21 -07:00
fs fs: add recursive option to rmdir() 2019-08-23 13:59:07 -07:00
http2 http2: remove callback-based padding 2019-08-17 20:13:24 -07:00
main bootstrap: run preload prior to frozen-intrinsics 2019-08-20 09:49:48 -05:00
modules esm: support loading data URLs 2019-08-20 09:34:18 -05:00
per_context bootstrap: delay the instantiation of maps in per-context scripts 2019-04-26 07:23:42 +02:00
policy policy: add dependencies map for resources 2019-07-26 15:13:53 -05:00
process process: improve nextTick performance 2019-08-27 22:14:15 -04:00
readline lib: rename lib/internal/readline.js 2019-07-20 11:56:53 -07:00
repl repl: close file descriptor of history file 2019-08-10 19:21:33 -07:00
streams stream: avoid unecessary nextTick 2019-08-23 15:23:09 -07:00
test src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshot 2019-03-19 01:04:51 +08:00
util util: do not throw when inspecting detached ArrayBuffer 2019-08-29 05:52:05 +02:00
vm module: initialize module_wrap.callbackMap during pre-execution 2019-04-25 12:11:10 +08:00
worker worker: only unref port for stdin if we ref’ed it before 2019-06-20 11:27:27 -06:00
assert.js lib: throw a special error in internal/assert 2019-04-25 01:29:48 +02:00
async_hooks.js async_hooks: only disable promise hook if wanted 2019-05-13 12:47:45 +02:00
buffer.js tools: update eslint 2019-06-27 11:57:19 +02:00
child_process.js child_process: runtime deprecate _channel 2019-05-31 11:13:25 -04:00
cli_table.js lib: use safe methods from primordials 2019-04-08 11:23:09 +02:00
constants.js os: lazy loaded 2018-05-18 15:25:41 +02:00
dgram.js src: move guessHandleType in the util binding 2019-04-20 13:25:41 +08:00
dtrace.js lib: move DTRACE_* probes out of global scope 2019-03-12 14:19:36 +00:00
encoding.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
error-serdes.js lib: use safe methods from primordials 2019-04-08 11:23:09 +02:00
errors.js errors: provide defaults for unmapped uv errors 2019-08-27 11:27:33 -07:00
fixed_queue.js process: improve nextTick performance 2019-08-27 22:14:15 -04:00
freelist.js lib: faster FreeList 2019-04-11 05:40:59 +02:00
freeze_intrinsics.js bootstrap: --frozen-intrinsics override problem workaround 2019-06-22 23:17:44 +02:00
http.js http: simplify drain() 2019-08-19 12:56:08 -07:00
idna.js lib: convert legacy process.binding to internalBinding 2019-02-18 07:21:48 +01:00
inspector_async_hook.js process: register the inspector async hooks in bootstrap/node.js 2019-01-16 16:19:22 +08:00
js_stream_socket.js stream: use readableObjectMode public api for js stream 2019-05-19 23:37:51 +02:00
linkedlist.js
net.js lib: correct error.errno to always be numeric 2019-06-17 10:18:09 +08:00
options.js src: cache the result of GetOptions() in JS land 2018-11-07 20:40:38 -08:00
priority_queue.js timers: fix priority queue removeAt 2018-11-14 20:38:00 -08:00
querystring.js lib: move encodeStr function to internal for reusable 2018-11-20 18:24:02 -08:00
readme.md doc: clarify text about internal module changes 2018-07-31 08:28:40 +03:00
repl.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
socket_list.js benchmark,lib: change var to const 2019-03-30 13:16:39 +01:00
stream_base_commons.js net: allow reading data into a static buffer 2019-08-23 17:05:52 -04:00
timers.js doc, lib, src, test, tools: fix assorted typos 2019-08-12 16:00:22 -07:00
tls.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
trace_events_async_hooks.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
tty.js repl: fix terminal default setting 2019-03-25 16:28:07 +01:00
url.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
util.js lib: consolidate lazyErrmapGet() 2019-08-25 16:10:07 -07:00
v8_prof_polyfill.js v8_prof_polyfill: remove unused catch bindings 2018-11-06 10:59:04 -05:00
v8_prof_processor.js lib: force using primordials for JSON, Math and Reflect 2019-04-03 21:36:08 +08:00
validators.js lib: remove the comment of base64 validation 2019-08-24 10:41:58 +05:30
worker.js worker: handle calling terminate when kHandler is null 2019-07-30 19:43:34 -07: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.