Visit Mozilla.org

JS Init

From MDC

Deprecated

[edit] Syntax

JSRuntime * JS_Init(uint32 maxbytes);
Name Type Description
maxbytes uint32 Number of allocated bytes after which garbage collection is run.

[edit] Description

JS_Init is deprecated. Use JS_NewRuntime instead.