0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Anna Henningsen b24d65dcdc
lib: re-fix v8_prof_processor
Make the script not error out immediately because of a missing
pseudo-global.
(Note that it seems like tests are still broken on `master`.)

PR-URL: https://github.com/nodejs/node/pull/19059
Fixes: https://github.com/nodejs/node/issues/19044
Refs: https://github.com/nodejs/node/pull/18623
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-03-05 09:16:18 +00:00
..
fs fs: move fs.promises API to fs/promises 2018-02-17 10:15:20 +01:00
internal lib: re-fix v8_prof_processor 2018-03-05 09:16:18 +00:00
_http_agent.js http: allow _httpMessage to be GC'ed 2018-02-22 14:27:19 +00:00
_http_client.js http: emit timeout duration overflow warning sync 2018-03-04 21:55:21 +00:00
_http_common.js http: simplify checkInvalidHeaderChar 2018-02-16 19:27:28 +01:00
_http_incoming.js http: do not replace .read() in IncomingMessage 2018-02-27 12:26:40 +01:00
_http_outgoing.js http: OutgoingMessage.end() should return this 2018-02-19 08:59:32 +01:00
_http_server.js src: Remove lttng support. 2018-03-01 16:44:43 +00:00
_stream_duplex.js stream: add no-half-open enforcer only if needed 2018-03-04 13:30:20 +01:00
_stream_passthrough.js
_stream_readable.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
_stream_transform.js stream: delete unused code 2018-02-02 23:00:50 +01:00
_stream_wrap.js
_stream_writable.js stream: writable.end should return this. 2018-02-19 08:59:12 +01:00
_tls_common.js tls: implement clientCertEngine option 2017-11-11 13:35:23 -08:00
_tls_wrap.js tls: better error message for socket disconnect 2018-03-04 12:43:13 +01:00
.eslintrc.yaml lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
assert.js assert: fix throws trace 2018-02-09 08:45:51 -05:00
async_hooks.js src: fix error message in async_hooks constructor 2018-02-28 07:31:02 +01:00
buffer.js buffer: fix typo in lib/buffer.js 2018-03-04 12:16:13 +01:00
child_process.js util: implement util.getSystemErrorName() 2018-01-20 08:51:47 +08:00
cluster.js
console.js console: port errors to new system 2018-02-22 13:36:22 +00:00
constants.js
crypto.js crypto: docs-only deprecate crypto.fips, replace 2018-02-02 07:50:31 -08:00
dgram.js async_hooks: clean up usage in internal code 2018-02-16 14:23:14 -05:00
dns.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
domain.js domain: runtime deprecate MakeCallback 2018-02-09 10:38:50 +01:00
events.js events: show throw stack trace for uncaught exception 2018-03-04 21:20:43 +00:00
fs.js fs: replace duplicate conditions by function 2018-03-04 11:17:16 +01:00
http2.js
http.js
https.js https: add extra options to Agent#getName() 2018-02-10 14:15:57 +01:00
inspector.js lib: enable dot-notation eslint rule 2018-01-09 10:52:18 -05:00
module.js module: replace magic numbers by constants 2018-02-16 19:32:03 +01:00
net.js src: Remove lttng support. 2018-03-01 16:44:43 +00:00
os.js lib,src: audit process.env in lib/ for setuid binary 2018-02-16 17:42:21 +01:00
path.js path: replace duplicate conditions by functions 2018-02-17 14:53:58 +01:00
perf_hooks.js perf_hooks: make PerformanceObserver an AsyncResource 2018-02-26 13:55:51 -08:00
process.js
punycode.js
querystring.js querystring: convert to using internal/errors 2017-10-28 14:04:53 -04:00
readline.js lib: switch to Number.isNaN 2018-02-16 18:09:56 +01:00
repl.js repl: make last error available as _error 2018-03-04 22:01:57 +00:00
stream.js tools: non-Ascii linter for /lib only 2018-02-04 16:55:13 +01:00
string_decoder.js lib: improve normalize encoding performance 2018-03-02 02:09:25 +00:00
sys.js
timers.js lint: move eslint to new plugin system 2018-02-20 13:13:22 -06:00
tls.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
tty.js errors: move error creation helpers to errors.js 2018-02-07 18:42:40 +08:00
url.js url: reduce deplicated codes in autoEscapeStr 2018-02-23 15:46:05 +08:00
util.js util: use blue on non-windows systems for number/bigint 2018-02-25 17:03:34 -06:00
v8.js v8: migrate setFlagsFromString to internal/errors 2017-10-29 17:04:27 -07:00
vm.js vm: consolidate validation 2018-02-22 12:08:01 +01:00
zlib.js zlib: improve zlib errors 2018-02-25 02:31:14 +08:00