From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../jsapi_reference/js_lock/index.html | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html (limited to 'files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock') 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 new file mode 100644 index 0000000000..1ffb9dee10 --- /dev/null +++ b/files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html @@ -0,0 +1,37 @@ +--- +title: JS_Lock +slug: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Lock +tags: + - JSAPI_Reference + - SpiderMonkey +translation_of: Mozilla/Projects/SpiderMonkey/JSAPI_reference/JS_Lock +--- +
+ {{obsolete_header("jsapi12")}}
+

JS ランタイム環境をロックします。

+

構文

+
void JS_Lock(JSRuntime *rt);
+
+ + + + + + + + + + + + + + + +
名称説明
rtJSRuntime *ロックするランタイムへのポインタ
+

説明

+

JS_Lock は非推奨 API です。使用しないで下さい。

+

関連情報

+ -- cgit v1.2.3-54-g00ecf