mirror of https://gitee.com/bigwinds/arangodb
23 lines
354 B
Plaintext
23 lines
354 B
Plaintext
!CHAPTER Module "process"
|
|
|
|
mimic parts of nodejs process module
|
|
|
|
!SUBSECTION env
|
|
|
|
env maps the systems environment to an associative array.
|
|
|
|
<!--
|
|
these are copied from node, but don't serve any specific purpose over here
|
|
! SUB SECTION domain
|
|
|
|
|
|
! SUB SECTION _events
|
|
|
|
! SUB SECTION argv
|
|
|
|
! SUB SECTION stdout
|
|
|
|
! SUB SECTION CMD
|
|
|
|
! SUB SECTION nextTick
|
|
--> |