Nathan Rajlich 8ec31a3362 Use Object.getPrototypeOf() on the object in the REPL tab-completion.
Some people use __proto__ to augment an Object's prototype after it's been created.
This patch helps make the "new" prototype properties visible if necessary.

This is also more consistent with the while logic below.
2011-08-23 15:35:36 -07:00
2011-08-01 15:14:14 -07:00
2011-08-23 15:17:57 -07:00
2011-08-23 00:18:46 +09:00
2011-08-22 11:30:47 -07:00
2011-08-23 14:10:39 -07:00
2011-07-22 03:55:26 -07:00
2011-08-12 01:17:05 -07:00
2011-02-18 10:45:25 -08:00
2010-11-22 13:32:49 -08:00
2011-08-09 10:19:48 -07:00
2011-08-22 11:30:45 -07:00
2010-11-23 23:33:20 -06:00
2011-08-22 11:36:38 -07:00
2011-08-15 13:41:07 -07:00
2011-08-22 20:07:07 -04:00
2011-01-05 11:59:04 -08:00
2011-02-04 14:49:50 -08:00

Evented I/O for V8 javascript.

To build:

./configure
make
make install

To run the tests:

make test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

Description
Node.js JavaScript runtime 🐢🚀 nodejs.org
Readme Multiple Licenses 1.4 GiB
Languages
JavaScript 62.4%
C++ 23.1%
Python 10.1%
C 2.7%
HTML 0.6%
Other 0.9%