Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SOURCE = `` /* 24006-byte string literal not displayed */
Functions ¶
func NewProcess ¶
Create a new process with below properties:
- env
- nextTick x
- argv
- _eval
- execArgv
- _forceRepl
- exit x
- stdin x
- binding
- emit
- _exiting x
- tickCallback x
- cwd
- _print_eval
- on x
- reallyExit
- send
- _rawDebug
- platform
- moduleLoadList
func NodeModule ¶
func NodeModule(name string, loader ModuleLoader)
NODE_MODULE(module_name, Initialize)
func ThrowError ¶
func ThrowTypeError ¶
Types ¶
type Environment ¶
type Environment struct {
// contains filtered or unexported fields
}
func NewEnvironment ¶
func NewEnvironment() *Environment
func (*Environment) Run ¶
func (env *Environment) Run()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.