From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- .../jsapi_reference/js_lock/index.html | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html (limited to 'files/ja/mozilla/projects/spidermonkey/jsapi_reference/js_lock/index.html') 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 ---- -
- {{obsolete_header("jsapi12")}}
-

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

-

構文

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

説明

-

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

-

関連情報

- -- cgit v1.2.3-54-g00ecf