diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
| commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
| tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init | |
| parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
| download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip | |
initial commit
Diffstat (limited to 'files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init')
| -rw-r--r-- | files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html b/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html new file mode 100644 index 0000000000..1d52ec7034 --- /dev/null +++ b/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html @@ -0,0 +1,35 @@ +--- +title: JS_Init +slug: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Init +translation_of: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Init +--- +<div>{{obsolete_header}}</div> + + +<h2 id="Syntax" name="Syntax">構文</h2> + + +<pre class="syntaxbox"><a href="/ja/docs/JSRuntime" title="JSRuntime">JSRuntime</a> * <strong>JS_Init</strong>(<a href="/ja/docs/jsint" title="jsint">uint32</a> maxbytes); +</pre> + + +<table class="standard-table"> + <thead> + <tr> + <th>名称</th> + <th>型</th> + <th>説明</th> + </tr> +</thead> +<tbody> + <tr> + <td><code>maxbytes</code></td> + <td><code><a href="/ja/docs/jsint" title="jsint">uint32</a></code></td> + <td>ガベージコレクション実行後に割り当てられたバイト数</td> + </tr> + </tbody> +</table> + + +<h2 id="Description" name="Description">説明</h2> +<p><code>JS_Init</code> は廃止されました。替わりに <code><a href="/ja/docs/JS_NewRuntime" title="JS_NewRuntime">JS_NewRuntime</a></code> を使用して下さい。</p> |
