--- title: JS_Init slug: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Init translation_of: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Init ---
{{obsolete_header}}

構文

JSRuntime * JS_Init(uint32 maxbytes);
名称 説明
maxbytes uint32 ガベージコレクション実行後に割り当てられたバイト数

説明

JS_Init は廃止されました。替わりに JS_NewRuntime を使用して下さい。