diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
|---|---|---|
| committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
| commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
| tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html | |
| parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
| download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip | |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html')
| -rw-r--r-- | files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html | 35 |
1 files changed, 0 insertions, 35 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 deleted file mode 100644 index 1d52ec7034..0000000000 --- a/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_init/index.html +++ /dev/null @@ -1,35 +0,0 @@ ---- -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> |
