canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,093
edits
(New page: = Language and Runtime Services = This API provides information about the JavaScript interpreter and its environment. == Prior Art == * [http://www.ejscript.org/products/ejs/doc/api/gen...) |
m (→Prior Art) |
||
| Line 7: | Line 7: | ||
* [http://www.ejscript.org/products/ejs/doc/api/gen/ejscript/index.html Ejscript] has an "ejs.sys" module that provides a set of classes for system level activities such as Debug control, GC management, Memory resource utilization and command execution | * [http://www.ejscript.org/products/ejs/doc/api/gen/ejscript/index.html Ejscript] has an "ejs.sys" module that provides a set of classes for system level activities such as Debug control, GC management, Memory resource utilization and command execution | ||
* The JSAPI is the C API for the SpiderMonkey JavaScript engine https://developer.mozilla.org/En/SpiderMonkey/JSAPI_Reference | * The JSAPI is the C API for the SpiderMonkey JavaScript engine https://developer.mozilla.org/En/SpiderMonkey/JSAPI_Reference | ||
* Python's [http://docs.python.org/library/sys.html sys module] has some of this kind of information for Python. | |||