Available global elements.
Get the module exports object of JavaScript module with given filename.
Module exports object of the JavaScript module with given filename.
A global object which can be be accessed from anywhere.
String containing version information of the post-processor library.
String containing the name of the post-processor.
String containing the cpu architecture name.
String containing the operating system name.
String representing the current user interface language. Possible values are the following:
“en” : English (US)
“de” : German
“ja” : Japanese
“ko” : Korean
“zh-Hans” : Chinese (simplified)
“zh-Hant” : Chinese (traditional)
String containing the name of the user as reported by the operating system.
Get the module exports object of builtin binary module with given name.
Module exports object of builtin binary module with given name.
Get the module exports object of builtin JavaScript module with given name.
Module exports object of builtin JavaScript module with given name.
Get current memory statistics.
Object containing current memory statistics. Includes information about virtual memory and V8 memory.
Output of a message.
Outputs a message with a monospaced font.
Output of an error message.
Outputs an error message with a monospaced font.
Output of a warning message.
Outputa a warning message with a monospaced font.
Output of an informative message.
Outputs an informative message with a monospaced font.
Outputs an informative message to log file. Position and name of the log file can be defined by the host application or other authorities. If the position and name of the log file is not defined, then a unique log file will be created in the temporary files folder.
Causes buffered data to be written to log file. Extensive usage can result in noticeable slowdown.