diff options
Diffstat (limited to 'files/ja/mozilla/tech/xpcom/language_bindings/components.stack/index.html')
-rw-r--r-- | files/ja/mozilla/tech/xpcom/language_bindings/components.stack/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/files/ja/mozilla/tech/xpcom/language_bindings/components.stack/index.html b/files/ja/mozilla/tech/xpcom/language_bindings/components.stack/index.html new file mode 100644 index 0000000000..f5b60e5c92 --- /dev/null +++ b/files/ja/mozilla/tech/xpcom/language_bindings/components.stack/index.html @@ -0,0 +1,11 @@ +--- +title: Components.stack +slug: Mozilla/Tech/XPCOM/Language_Bindings/Components.stack +tags: + - 'XPCOM:Language Bindings' + - XPConnect +translation_of: Mozilla/Tech/XPCOM/Language_Bindings/Components.stack +--- +<p> +</p><p><code>Components.stack</code> は、現在の JavaScript コールスタックのスナップショットを表す <a href="ja/NsIStackFrame">nsIStackFrame</a> (<a href="https://dxr.mozilla.org/mozilla-central/source/xpcom/base/nsIException.idl#50" rel="custom">IDL 定義</a>) 型の読み出し専用プロパティです。これは様々な診断目的で利用できます。 +</p> |