0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-28 22:46:31 +01:00
nodejs/lib
Joyee Cheung 8a60be4f0f
process: make internal/queue_microtask.js more self-contained
- Instead of passing triggerFatalException through node.js,
  simply put it on `internalBinding('util')` which has to be
  loaded anyway.
- Expose the implementation of `queueMicrotask` directly instead
  of through an unnecessary factory function.

PR-URL: https://github.com/nodejs/node/pull/25189
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-12-29 18:58:39 +08:00
..
internal process: make internal/queue_microtask.js more self-contained 2018-12-29 18:58:39 +08:00
_http_agent.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
_http_client.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
_http_common.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
_http_incoming.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
_http_outgoing.js tools: capitalize sentences 2018-12-10 17:07:18 +01:00
_http_server.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
_stream_duplex.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
_stream_passthrough.js lib: use ES6 class inheritance style 2018-12-05 16:55:00 +01:00
_stream_readable.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
_stream_transform.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
_stream_wrap.js src: use consistent names for JSStream 2018-12-28 12:57:46 -08:00
_stream_writable.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
_tls_common.js tls: add min/max protocol version options 2018-11-22 09:14:58 -08:00
_tls_wrap.js src: use consistent names for JSStream 2018-12-28 12:57:46 -08:00
.eslintrc.yaml lib: switch to object spread where possible 2018-12-20 13:14:46 +01:00
assert.js assert: remove unused catch bindings 2018-11-06 10:58:42 -05:00
async_hooks.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
buffer.js lib: expose all type checks from the internal types module 2018-12-27 22:34:47 +01:00
child_process.js child_process: simplify argument handling 2018-12-28 12:57:15 -05:00
cluster.js
console.js console: split console into global.js and constructor.js 2018-12-02 04:51:18 +08:00
constants.js src,lib: move natives and constants to internalBinding() 2018-10-21 03:17:12 +02:00
crypto.js crypto: add key object API 2018-12-24 14:50:16 +01:00
dgram.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
dns.js dns: simplify dns.promises warning logic 2018-12-04 11:32:45 -08:00
domain.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
events.js events: simplify stack compare function 2018-12-19 17:12:00 +01:00
fs.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
http2.js http2: order declarations in http2.js 2018-11-20 10:42:31 -08:00
http.js http: add maxHeaderSize property 2018-12-20 13:15:07 -05:00
https.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
inspector.js inspector: move process.binding to internalBinding 2018-12-13 05:30:51 +01:00
module.js lib: add back lib/module.js redirection 2018-03-15 20:50:35 +08:00
net.js net: use decodeStrings public API for writable stream 2018-12-26 14:18:55 +01:00
os.js os: move process.binding('os') to internalBinding 2018-12-20 05:29:16 +01:00
path.js path: replace assertPath() with validator 2018-12-06 19:57:11 -08:00
perf_hooks.js tools: enable no-useless-constructor lint rule 2018-12-16 20:30:50 -08:00
process.js
punycode.js lib: update punycode to 2.1.1 2018-07-16 15:55:15 -07:00
querystring.js querystring: remove eslint-disable 2018-12-14 13:13:43 -05:00
readline.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
repl.js lib: switch to object spread where possible 2018-12-20 13:14:46 +01:00
stream.js tools: lint for unused catch bindings 2018-11-06 10:59:27 -05:00
string_decoder.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
sys.js
timers.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
tls.js lib: switch to object spread where possible 2018-12-20 13:14:46 +01:00
trace_events.js src,lib: make process.binding('config') internal 2018-12-05 11:47:05 -08:00
tty.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00
url.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
util.js lib: expose all type checks from the internal types module 2018-12-27 22:34:47 +01:00
v8.js tools: enable no-useless-constructor lint rule 2018-12-16 20:30:50 -08:00
vm.js lib: switch to object spread where possible 2018-12-20 13:14:46 +01:00
worker_threads.js worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
zlib.js lib: remove internal util._extends() usage 2018-12-20 13:52:44 +01:00