PROTOTYPE CHAIN - 日本語 への翻訳

['prəʊtətaip tʃein]
['prəʊtətaip tʃein]
プロトタイプチェーンprototypechain
prototype chain

英語 での Prototype chain の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
We consider this model to show on the example what has been mentioned in the beginning- the difference between just“a class vs. a prototype” is not so essential(especially if the prototype chain is invariant; for more accurate distinction, it is necessary to consider also a statics in classes).
このモデルは、最初に触れた例、つまり「クラスvsプロトタイプ」の対置は本質的では無い(特にプロトタイプチェーンが不変である場合、もっと正確な区別では、クラスにおける静的性を検討する必要がある)ということを、例示するために検討していきます。
Creation of prototype chains.
We talk about classes, new, instanceof, prototype chains, and API design.
クラス、new、instanceof、プロトタイプチェーン、およびAPI設計について説明します。
The first major difference is that inheritance in JavaScript uses prototype chains.
最初の大きな違いはJavaScriptの継承はプロトタイプチェーンと呼ばれるもので実行されているという事です。
But in some implementations, such as SpiderMonkey, using__noSuchMethod__, it is possible to manage dispatching and delegation to alternative prototype chains.
ただし実装によっては、例えばSpiderMonkeyでは、__noSuchMethod__を利用して、送出を管理し、代替のプロトタイプチェーンに委譲することができます。
While the prototype property is used by the language to build the prototype chains, it is still possible to assign any given value to it.
プロトタイププロパティはJavaScriptの中でプロトタイプチェーンを構築する為に使われていますが、任意の値を代入する事も可能になっています。
The resulting prototype chain.
プロトタイプチェーンの結果。
This is known as the prototype chain.
このことが「prototypechain」と呼ばれます。
Method will not be on the prototype chain.
Methodはプロトタイプチェーン上に出現しなくなります。
The next example shows interactions with the prototype chain.
次の図は、プロトタイプチェーン内の関係を示しています。
Note: Since for in always traverses the complete prototype chain, it.
注意:forinは常にプロトタイプチェーンを完全に遡ります。これにより。
Additionally, trying to access nonexistent properties will always traverse the full prototype chain.
加えて、存在しないプロパティへのアクセスは、常にプロトタイプチェーン全体を通過します。
Let's do it for the whole document prototype chain, till class Node.
Documentプロトタイプチェーン内のすべてのオブジェクトに対してそれをやってみましょう。
Then via the prototype chain, a child controller could access that same model locally with$scope. model.
その後、プロトタイプチェーンを介して、子コントローラは$scope.model使用してその同じモデルにローカルにアクセスできます。
Therefore, the first interface in the prototype chain for the span element is HTMLElement.
そのため、SPAN要素の型系列内で最初に見つかるインターフェースがHTMLElementです。
Also, when iterating over the properties of an object, every enumerable property that is on the prototype chain will be enumerated.
また、オブジェクトのプロパティを順に処理する際、プロトタイプチェーンにあるすべての列挙可能なプロパティが列挙されます。
This is often referred to as a prototype chain, and explains why different objects have properties and methods defined on other objects available to them.
これはよくプロトタイプチェーンと呼ばれ、さまざまなオブジェクトが利用可能な他のオブジェクトで定義されたプロパティとメソッドを持つ理由を説明します。
However, getting or setting indexed properties on typed arrays will not search in the prototype chain for this property, even when the indices are out of bound.
しかしTypedArrayの添え字付きプロパティで値を取得または設定するときは、範囲外の添え字でもプロパティのプロトタイプチェーンを探索しません。
Changes to the Object prototype object are propagated to all objects unless the properties and methods subject to those changes are overridden further along the prototype chain. Properties.
Objectのプロトタイプオブジェクトへの変更は、その変更に関連するプロパティとメソッドがプロトタイプチェーンによってさらに上書きされている場合を除いて、すべてのオブジェクトに影響します。プロパティ。
Methods While the global Boolean object contains no methods of its own, it does inherit some methods through the prototype chain: Boolean instances All Boolean instances inherit from Boolean. prototype..
メソッドグローバルなBooleanオブジェクトは自分自身のメソッドを持っていませんが、プロトタイプチェーンを通していくつかのメソッドを継承しています。
結果: 89, 時間: 0.0351

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語