- Mar 29, 2012
-
-
ssuda authored
Reduces the executable's size by a few kilobytes.
-
Shigeki Ohtsu authored
-
Shigeki Ohtsu authored
-
Shigeki Ohtsu authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
Ben Noordhuis authored
-
Erik Lundin authored
-
Ben Noordhuis authored
Prevents alignment issues when people create a typed array from a buffer. Unaligned loads or stores are less efficent and (on some architectures) unsafe.
-
Mikael Bourges-Sevenier authored
-
- Mar 28, 2012
-
-
Nathan Rajlich authored
In the case of the input stream *actually* having been closed, then we can't write to a closed socket. Fixes test/simple/test-repl.js
-
mstarzinger@chromium.org authored
R=svenpanne@chromium.org Review URL: https://chromiumcodereview.appspot.com/9662056 Cherry-pick of https://v8.googlecode.com/svn/branches/bleeding_edge@11006
-
Nathan Rajlich authored
This should only be minimally used, since the `terminal` value will usually be what you are expecting. This option is specifically for the case where `terminal` is false, but you still want colors to be output (or vice-versa).
-
Nathan Rajlich authored
-
Nathan Rajlich authored
Previously this was a module-level setting, meaning that all REPL instances had to share the same writer function. Turning it into one of the options allows individual REPL instances to use their own writer function.
-
Nathan Rajlich authored
-
Nathan Rajlich authored
-
Nathan Rajlich authored
Also emit 'exit' on the repl when 'end' is emitted on the readline. Fixes `node debug test/fixtures/breakpoints.js` when ^D is pressed.
-
Fedor Indutny authored
This reverts commit c781f177.
-
Fedor Indutny authored
Use v8::Debug::EnableAgent(_, _, true) to wait for incoming debugger-client connection before emitting any break (or other) events. This commit should fix test/simple/test-debugger-repl faults.
-
- Mar 27, 2012
-
-
Nathan Rajlich authored
Fixes test/simple/test-force-repl.js
-
Nathan Rajlich authored
The overall goal here is to make readline more interoperable with other node Streams like say a net.Socket instance, in "terminal" mode. See #2922 for all the details. Closes #2922.
-
Alex Kocharin authored
Fixes #2985.
-
- Mar 26, 2012
-
-
Shigeki Ohtsu authored
-
Zachary Scott authored
Fixes #2700.
-
Andreas Madsen authored
-
- Mar 24, 2012
-
-
Shigeki Ohtsu authored
-
Shigeki Ohtsu authored
-
Shigeki Ohtsu authored
-
Shigeki Ohtsu authored
-
- Mar 23, 2012
-
-
ssuda authored
String::Utf8Value and String::AsciiValue constructors take Handle<Value> So no need to convert to Handle<String>
-
Shigeki Ohtsu authored
-
Lal Jérémy authored
-
- Mar 21, 2012
-
-
Nathan Rajlich authored
This is the only way to spawn a node child process in REPL mode, and will also be needed to be able to use the REPL in MinTTY.
-
isaacs authored
The 'Can't backtrace now' message takes over 10 seconds to return. That's too much time to have to wait for a test, and when it times out, it was causing an orphaned node process. This cleans up the node process, and also removes the test that's timing out, so that the case is hit less often. Todo: Make the backtrace message come back faster.
-
isaacs authored
-
isaacs authored
-
Erik Lundin authored
Merge simple/test-typed-arrays-typenames into simple/test-typed-arrays.
-