mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
76f4962636
This is because it would call the javascript initializer which executed Promise::New, and then it would rewrap the handle. Instead I make an explicit inheritance from EIOPromise to Promise. This seems to fix a memory leak which was reported by Ray Morgan: http://groups.google.com/group/nodejs/browse_thread/thread/e38949b1989da1d7 |
||
---|---|---|
benchmark | ||
bin | ||
deps | ||
doc | ||
lib | ||
src | ||
test/mjsunit | ||
tools | ||
.gitignore | ||
ChangeLog | ||
configure | ||
LICENSE | ||
README | ||
wscript |
Purely evented I/O for V8 javascript. See http://tinyclouds.org/node for more information. For help and discussion subscribe to the mailing list at http://groups.google.com/group/nodejs or send an email to nodejs+subscribe@googlegroups.com. A list of projects using Node can be found at http://wiki.github.com/ry/node To build ./configure make make install