aboutsummaryrefslogtreecommitdiff
path: root/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 21:46:22 -0500
commita065e04d529da1d847b5062a12c46d916408bf32 (patch)
treefe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html
parent218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff)
downloadtranslated-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_lock/index.html')
-rw-r--r--files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html b/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html
deleted file mode 100644
index 1ffb9dee10..0000000000
--- a/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: JS_Lock
-slug: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Lock
-tags:
- - JSAPI_Reference
- - SpiderMonkey
-translation_of: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Lock
----
-<div>
- {{obsolete_header("jsapi12")}}</div>
-<p>JS ランタイム環境をロックします。</p>
-<h2 id="Syntax" name="Syntax">構文</h2>
-<pre class="syntaxbox">void <strong>JS_Lock</strong>(<a href="/ja/docs/JSRuntime" title="JSRuntime">JSRuntime</a> *rt);
-</pre>
-<table class="standard-table">
- <thead>
- <tr>
- <th>名称</th>
- <th>型</th>
- <th>説明</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td><code>rt</code></td>
- <td><code><a href="/ja/docs/JSRuntime" title="JSRuntime">JSRuntime</a> *</code></td>
- <td>ロックするランタイムへのポインタ</td>
- </tr>
- </tbody>
-</table>
-<h2 id="Description" name="Description">説明</h2>
-<p><code>JS_Lock</code> は非推奨 API です。使用しないで下さい。</p>
-<h2 id="See_also" name="See_also">関連情報</h2>
-<ul>
- <li>{{LXRSearch("ident", "i", "JS_Lock")}}</li>
- <li><a href="/ja/docs/JS_GetRuntime" title="JS_GetRuntime"><code>JS_GetRuntime</code></a> 、 <a href="/ja/docs/SpiderMonkey/JSAPI_Reference/JS_Unlock"><code>JS_Unlock</code></a></li>
-</ul>