0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal
Ruben Bridgewater 90e958aa4d
util: only sort weak entries once
This makes sure weak entries are only sorted once, while using the
sorted option.

PR-URL: https://github.com/nodejs/node/pull/27052
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-04-15 17:30:52 +02:00
..
assert lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
bootstrap lib: create primordials in every context 2019-04-13 17:53:25 +08:00
cluster lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
console console: remove trace frame 2019-04-12 19:29:24 +08:00
crypto lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
dns lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
fs lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
http2 lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
main lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
modules lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
per_context lib: use primordials in domexception.js 2019-04-13 17:53:27 +08:00
policy lib: use safe methods from primordials 2019-04-08 11:23:09 +02:00
process lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
repl lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
streams lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
test src: replace heap_utils.createHeapSnapshot with v8.getHeapSnapshot 2019-03-19 01:04:51 +08:00
util util: only sort weak entries once 2019-04-15 17:30:52 +02:00
vm lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
worker lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
assert.js assert: add internal assert.fail() 2019-02-14 00:00:50 +01:00
async_hooks.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
buffer.js buffer: add {read|write}Big[U]Int64{BE|LE} methods 2019-04-06 19:30:23 +02:00
child_process.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
cli_table.js lib: use safe methods from primordials 2019-04-08 11:23:09 +02:00
constants.js
dgram.js dgram: add support for UDP connected sockets 2019-04-03 06:48:13 +02: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 buffer: use stricter range checks 2019-04-15 17:21:34 +02:00
fixed_queue.js
freelist.js lib: faster FreeList 2019-04-11 05:40:59 +02:00
freeze_intrinsics.js lib: force using primordials for JSON, Math and Reflect 2019-04-03 21:36:08 +08:00
http.js
idna.js lib: convert legacy process.binding to internalBinding 2019-02-18 07:21:48 +01:00
inspector_async_hook.js
js_stream_socket.js stream: reduce internal usage of public require of util 2019-03-22 00:48:32 +01:00
linkedlist.js
net.js
options.js
priority_queue.js
querystring.js
readline.js benchmark,doc,lib: capitalize more comments 2019-03-27 17:20:06 +01:00
readme.md
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 errors: add more information in case of invalid callbacks 2019-04-04 12:51:03 +02:00
timers.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02: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: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00
v8_prof_polyfill.js
v8_prof_processor.js lib: force using primordials for JSON, Math and Reflect 2019-04-03 21:36:08 +08:00
validators.js lib: add signal name validator 2019-04-10 20:35:54 -04:00
worker.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02: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.