|
@ -80,6 +80,25 @@ Returns the current working directory of the process. |
|
|
The filename of the script being executed. |
|
|
The filename of the script being executed. |
|
|
</p> |
|
|
</p> |
|
|
</dd> |
|
|
</dd> |
|
|
|
|
|
<dt class="hdlist1"> |
|
|
|
|
|
<tt>require(path)</tt> |
|
|
|
|
|
</dt> |
|
|
|
|
|
<dt class="hdlist1"> |
|
|
|
|
|
<tt>include(path)</tt> |
|
|
|
|
|
</dt> |
|
|
|
|
|
<dd> |
|
|
|
|
|
<p> |
|
|
|
|
|
See the modules section. |
|
|
|
|
|
</p> |
|
|
|
|
|
</dd> |
|
|
|
|
|
<dt class="hdlist1"> |
|
|
|
|
|
<tt>node.libraryPaths</tt> |
|
|
|
|
|
</dt> |
|
|
|
|
|
<dd> |
|
|
|
|
|
<p> |
|
|
|
|
|
The search path for absolute path arguments to <tt>require()</tt> and <tt>include()</tt>. |
|
|
|
|
|
</p> |
|
|
|
|
|
</dd> |
|
|
</dl></div> |
|
|
</dl></div> |
|
|
<h3 id="_the_tt_process_tt_object">The <tt>process</tt> Object</h3><div style="clear:left"></div> |
|
|
<h3 id="_the_tt_process_tt_object">The <tt>process</tt> Object</h3><div style="clear:left"></div> |
|
|
<div class="paragraph"><p><tt>process</tt> is the equivalent of <tt>window</tt> in browser-side javascript. It is |
|
|
<div class="paragraph"><p><tt>process</tt> is the equivalent of <tt>window</tt> in browser-side javascript. It is |
|
@ -1983,7 +2002,7 @@ init (Handle<Object> target) |
|
|
<div id="footer"> |
|
|
<div id="footer"> |
|
|
<div id="footer-text"> |
|
|
<div id="footer-text"> |
|
|
Version 0.1.12<br /> |
|
|
Version 0.1.12<br /> |
|
|
Last updated 2009-09-28 17:35:44 CEST |
|
|
Last updated 2009-09-28 18:02:27 CEST |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</body> |
|
|
</body> |
|
|