summaryrefslogtreecommitdiff
path: root/lib/internal/process/warning.js
Commit message (Expand)AuthorAgeFilesLines
* process: runtime deprecate coercion to integer in `process.exit()`Daeyeon Jeong2022-10-071-2/+2
* bootstrap: clean up warning setup during serializationJoyee Cheung2022-08-031-8/+20
* lib: add comments to empty catch statementsRich Trott2022-02-051-1/+3
* lib: avoid mutating `Error.stackTraceLimit` when it is not writableAntoine du Hamel2021-04-151-3/+8
* lib: refactor to use validateStringZiJian Liu2021-01-221-5/+5
* lib,tools: enforce access to prototype from primordialsAntoine du Hamel2020-11-141-3/+4
* lib: use primordials when calling methods of ErrorAntoine du Hamel2020-10-301-2/+2
* lib: replace String global with primordialsSebastien Ahkrin2020-10-041-0/+1
* src: allow setting a dir for all diagnostic outputAshCripps2020-07-201-2/+10
* process: delay throwing an error using `throwDeprecation`Ruben Bridgewater2020-05-231-2/+7
* lib: simplify function process.emitWarninghimself652020-04-241-2/+2
* process: suggest --trace-warnings when printing warningAnna Henningsen2020-04-151-0/+8
* process: remove undocumented `now` argument from emitWarning()Rich Trott2020-02-071-16/+27
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+5
* lib: use let instead of varShubham Chaturvedi2019-11-261-1/+1
* lib: require globals instead of using the global proxyJoyee Cheung2019-04-161-3/+7
* process: patch more process properties during pre-executionJoyee Cheung2019-04-041-2/+1
* lib: validate Error.captureStackTrace() callsRuben Bridgewater2019-03-231-0/+1
* process: move setup of process warnings into node.jsJoyee Cheung2018-12-311-79/+78
* process: improve `--redirect-warnings` handlingRuben Bridgewater2018-12-171-64/+34
* process: properly close file descriptor on exitRuben Bridgewater2018-12-131-1/+3
* src: remove internalBinding('config').warningFileJoyee Cheung2018-12-131-5/+13
* lib: improve error creation performanceRuben Bridgewater2018-12-081-0/+5
* src,lib: make process.binding('config') internalMasashi Hirano2018-12-051-1/+1
* lib: chenged anonymous function to arrow functionnakashima2018-11-281-5/+5
* process: refactor emitWarningRuben Bridgewater2018-07-161-8/+8
* lib: remove unnecessary string interpolationDaniel Bevenius2018-05-241-1/+1
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-3/+3
* tools,lib: forbid native Error constructorsMichaël Zasso2018-03-211-0/+1
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-5/+4
* lib: improve lazy requiresRuben Bridgewater2017-07-191-17/+9
* process: fix permanent deoptBrian White2017-06-051-1/+1
* inspector: --debug* deprecation and invalidationRefael Ackermann2017-05-291-2/+3
* process: add optional detail to process emitWarningJames M Snell2017-05-011-11/+19
* errors: port internal/process errors to internal/errorsJames M Snell2017-04-201-3/+12
* process: add --redirect-warnings command line argumentJames M Snell2017-01-301-6/+76
* process: add optional code to warnings + type checkingJames M Snell2017-01-301-11/+30
* process: add NODE_NO_WARNINGS environment variablecjihrig2017-01-191-1/+1
* process: fix handling of process.noDeprecation in emitWarningJames M Snell2016-09-021-10/+10
* process: add 'warning' event and process.emitWarning()James M Snell2016-03-241-0/+49