0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/lib
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue()
Don't use v8::Object::SetHiddenValue() to keep a reference alive to the
buffer, we can just as easily do that from JS land and it's a lot faster
to boot.

Because the buffer is now a visible property of the write request
object, it's essential that we do *not* log it - we'd be effectively
serializing the whole buffer to a pretty-printed string.
2013-08-09 08:16:58 +02:00
..
_debugger.js
_http_agent.js http: Support legacy agent.addRequest API 2013-08-07 10:29:15 -07:00
_http_client.js http: Use streams3 directly, not .ondata/end 2013-08-08 13:01:09 -07:00
_http_common.js http: Use streams3 directly, not .ondata/end 2013-08-08 13:01:09 -07:00
_http_incoming.js
_http_outgoing.js
_http_server.js http: Use streams3 directly, not .ondata/end 2013-08-08 13:01:09 -07:00
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: Short-circuit buffer pushes when flowing 2013-08-08 13:01:09 -07:00
_stream_transform.js
_stream_writable.js
_tls_legacy.js http: Use streams3 directly, not .ondata/end 2013-08-08 13:01:09 -07:00
_tls_wrap.js tls: fix lazy initialization of clienthello parser 2013-08-07 00:57:32 +04:00
assert.js
buffer.js
child_process.js
cluster.js
console.js
constants.js
crypto.js
dgram.js src: don't call v8::Object::SetHiddenValue() 2013-08-09 08:16:58 +02:00
dns.js
domain.js
events.js Merge remote-tracking branch 'upstream/v0.10' 2013-08-06 11:59:17 -07:00
freelist.js
fs.js
http.js
https.js
module.js
net.js src: don't call v8::Object::SetHiddenValue() 2013-08-09 08:16:58 +02:00
os.js
path.js
punycode.js
querystring.js
readline.js
repl.js
smalloc.js smalloc: allow different external array types 2013-08-07 12:53:24 -07:00
stream.js
string_decoder.js
sys.js
timers.js
tls.js
tty.js
url.js
util.js
vm.js
zlib.js