Entry: JS_Init (Function)
Summary: Deprecated. Initializes the JavaScript runtime.
Syntax:
JSRuntime * JS_Init(uint32 maxbytes);
Description:
JS_Init is a deprecated function that initializes the JavaScript runtime environment. Use JS_NewRuntime instead of this function.
See also:
|
|
|