0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
surreal8 544d4976b9
lib: migrate process.binding to internalBinding
PR-URL: https://github.com/nodejs/node/pull/23517
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-10-15 12:00:00 +02:00
..
internal lib: migrate process.binding to internalBinding 2018-10-15 12:00:00 +02:00
_http_agent.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-10-10 08:45:56 +02:00
_http_client.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-10-10 08:45:56 +02:00
_http_common.js http: reduce duplicated code for cleaning parser 2018-10-12 14:53:36 -07:00
_http_incoming.js
_http_outgoing.js http: adding doc and debug for calling empty string on write function 2018-08-22 09:48:09 +02:00
_http_server.js async_hooks: add missing async_hooks destroys in AsyncReset 2018-10-10 08:45:56 +02:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js streams: refactor ReadableStream asyncIterator creation and a few fixes 2018-10-08 22:17:29 -05:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js
_tls_common.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
_tls_wrap.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
.eslintrc.yaml bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
assert.js assert: remove internal errorCache property 2018-10-09 06:39:46 -07:00
async_hooks.js lib: extract validateString validator 2018-08-07 10:51:27 -04:00
buffer.js buffer: unconditionally use internalBinding 2018-10-08 23:43:00 -04:00
child_process.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
cluster.js
console.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
constants.js os: add os.{get,set}Priority() 2018-08-22 17:27:16 -04:00
crypto.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
dgram.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
dns.js dns: deprecate passing falsy hostname to dns.lookup 2018-10-04 14:51:02 -07:00
domain.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
events.js
fs.js url: provide pathToFileURL and fileURLToPath 2018-09-04 16:08:21 +02:00
http2.js http2: graduate from experimental 2018-08-24 18:37:35 -07:00
http.js
https.js https: allow url and options to be passed to https.request 2018-07-31 22:53:25 -07:00
inspector.js inspector: enable Inspector JS API in workers 2018-09-17 09:49:53 -07:00
module.js
net.js lib: http server, friendly error messages 2018-10-11 21:21:36 -07:00
os.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
path.js path: remove unnecessary if statement 2018-09-16 10:00:36 +02:00
perf_hooks.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
process.js
punycode.js
querystring.js lib: remove unused 'e' from catch 2018-10-13 09:33:07 -07:00
readline.js readline,zlib: named anonymous functions 2018-08-01 21:39:07 -07:00
repl.js repl: remove unused variable e from try catch 2018-10-13 09:08:12 -07:00
stream.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
string_decoder.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
sys.js
timers.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
tls.js tls: update try catch syntax 2018-10-14 23:30:12 +02:00
trace_events.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
tty.js Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE" 2018-10-04 09:20:21 -07:00
url.js icu: make process.binding('icu') internal 2018-10-08 23:42:52 -04:00
util.js util: support BigInt in util.format 2018-10-09 20:11:48 +02:00
v8.js bootstrapper: move internalBinding to NativeModule 2018-10-04 11:55:34 +02:00
vm.js lib: migrate from process.binding to internalBinding 2018-10-13 14:49:42 -07:00
worker_threads.js
zlib.js zlib: move bytesRead accessors to runtime deprecation 2018-10-12 14:58:35 -07:00