summaryrefslogtreecommitdiff
path: root/test/message/stdin_messages.out
Commit message (Expand)AuthorAgeFilesLines
* test: change var to letnathias2019-11-171-3/+3
* cli: add --trace-uncaught flagAnna Henningsen2019-10-221-0/+2
* test: fix tests after V8 updateMichaƫl Zasso2019-03-141-8/+8
* process: split execution into main scriptsJoyee Cheung2019-01-301-8/+9
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-061-4/+4
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-311-4/+4
* process: refactor the bootstrap mode branching for readabilityJoyee Cheung2018-11-291-4/+4
* timers: run nextTicks after each immediate and timerAnatoli Papirovski2018-10-171-4/+4
* lib: restructure cjs and esm loadersJoyee Cheung2018-03-151-4/+4
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-151-8/+8
* vm: never abort on caught syntax errorAnna Henningsen2017-12-051-3/+4
* process: slightly simplify next tick executionAnatoli Papirovski2017-11-281-4/+3
* events: remove emit micro-optimizationsAnatoli Papirovski2017-11-141-4/+4
* lib: fix event race condition with -eBen Noordhuis2017-03-241-16/+21
* vm: refactor vm moduleJames M Snell2017-02-171-9/+9
* lib: fix beforeExit not working with -eBen Noordhuis2016-10-241-12/+16
* vm: add ability to break on sigint/ctrl+cAnna Henningsen2016-06-181-0/+3
* src: rename "node" script to "bootstrap_node"Daniel Bevenius2016-06-171-4/+4
* lib,src: refactor src/node.js into internal filesJeremiah Senkpiel2016-03-221-8/+8
* node: improve process.nextTick performanceRuben Bridgewater2016-02-091-4/+4
* node: s/doNTCallbackX/nextTickCallbackWithXArgs/Rod Vagg2015-12-071-4/+4
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-2/+2
* src: fix deferred events not working with -eBen Noordhuis2015-05-261-24/+11
* node: improve nextTick performanceBrian White2015-05-011-3/+4
* node: allow multiple arguments passed to nextTickTrevor Norris2015-04-151-4/+4
* events: optimize various functionsBrian White2015-02-091-0/+4
* Merge branch 'v0.10'Fedor Indutny2014-06-051-4/+4
|\
| * lib: name EventEmitter prototype methodsBen Noordhuis2014-05-071-4/+4
* | vm: update API to use options argumentDomenic Denicola2013-08-281-1/+0
* | vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-211-0/+5
|/
* Revert "Move MakeCallback to JS"isaacs2013-02-151-4/+0
* test: Update message tests for streams2isaacs2012-12-141-6/+10
* test: Fix stdin message testsisaacs2012-09-281-4/+4
* test-message: fix message outputisaacs2012-08-051-24/+28
* test: stdin error messagesisaacs2012-08-021-0/+62