0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/lib
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context"
Before there was this weird module-scoped "context" variable which seemingly
shared the "context" of subsequent REPL instances, unless ".clear" was invoked
inside the REPL. To be proper, we need to ensure that each REPL gets its own
"context" object. I literally don't know why this "sharing" behavior was in place
before, but it was just plain wrong.
2012-10-12 16:37:17 -07:00
..
_debugger.js
_linklist.js
assert.js
buffer_ieee754.js
buffer.js Revert "buffer: added support for writing NaN and Infinity" 2012-09-02 20:59:50 +09:00
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js
dns.js
domain.js domain: Remove stray console.log 2012-09-25 11:08:52 -07:00
events.js domain: Properly exit() on domain disposal 2012-09-21 09:22:50 -07:00
freelist.js
fs.js fs: fix watchFile() missing deletion events 2012-09-17 17:52:50 +02:00
http.js http: handle multiple Proxy-Authenticate values 2012-09-27 13:28:16 -07:00
https.js
module.js
net.js
os.js
path.js
punycode.js
querystring.js
readline.js
repl.js repl: ensure each REPL instance gets its own "context" 2012-10-12 16:37:17 -07:00
stream.js stream.pipe: Don't call destroy() unless it's a function 2012-09-10 16:00:27 -07:00
string_decoder.js
sys.js
timers.js
tls.js tls: lint 2012-09-25 11:09:39 -07:00
tty.js
url.js
util.js util: make util.inspect() work when "hasOwnProperty" is overwritten 2012-09-08 15:09:59 -07:00
vm.js
zlib.js