PROTOTYPE OBJECT Meaning in Japanese - translations and usage examples

['prəʊtətaip 'ɒbdʒikt]
['prəʊtətaip 'ɒbdʒikt]
プロトタイプオブジェクトを

Examples of using Prototype object in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The Array prototype object is itself an array;
Arrayプロトタイプオブジェクトはそれ自身が配列である;
Each NativeError constructor has a separate prototype object.
各NativeErrorコンストラクタは別個のプロトタイプオブジェクトを持つ。
Prototype object is itself an ordinary object..
Prototypeオブジェクト自身は通常のオブジェクトになりました。
The length property of the Function prototype object is 0.
Functionのprototypeオブジェクトの、lengthプロパティの値は0です。
The Error prototype object is itself an Error object(its[[Class]] is"Error").
Errorプロトタイプオブジェクトは、それ自身がErrorオブジェクト([[Class]]が"Error")である。
An object inherits methods and properties from its prototype object.
オブジェクトは、そのプロトタイプオブジェクトからメソッドとプロパティを継承します。
The prototype object of the BigInt constructor can be modified to affect all BigInt instances.
このプロトタイプオブジェクトへの変更は、全てのBigIntインスタンスに影響します。
Object. create() Creates a new object with the specified prototype object and properties.
Object.create()指定されたプロトタイプオブジェクトとプロパティから、新しいオブジェクトを生成します。
The prototype object of the Number constructor can be modified to affect all Number instances.
Numberコンストラクタのprototypeオブジェクトは、すべてのNumberインスタンスに影響を及ぼします。
As with all constructors, you can change the constructor's prototype object to make changes to all Function instances.
すべてのコンストラクタと同様に、コンストラクタのプロトタイプオブジェクトを変更することで、すべてのFunctionインスタンスに変更が加えられます。
The Boolean prototype object is itself a Boolean object(its[[Class]] is"Boolean") whose value is false.
Booleanプロトタイプオブジェクトはそれ自身がBooleanオブジェクト([[Class]] は"Boolean")で、値がfalseである。
As with all constructors, you can change the constructor's prototype object to make changes to all AsyncFunction instances.
すべてのコンストラクターと同様に、コンストラクターのプロトタイプオブジェクトを変更して、すべてのAsyncFunctionインスタンスを変更できます。
An object's prototype object may also have a prototype object, which it inherits methods and properties from, and so on.
オブジェクトのプロトタイプオブジェクトはプロトタイプオブジェクトを持ち、そこからメソッドやプロパティを継承します。
The value of the[[Prototype]] internal property of the Objectconstructor is the standard built-in Function prototype object.
Objectコンストラクタの内部[[Prototype]]プロパティの値は、Functionプロトタイプオブジェクトである。
The reference to the prototype object is copied to the internal[[Prototype]] property of the new instance.
プロトタイプオブジェクト参照は、新たなインスタンスの内部[[Prototype]]プロパティへとコピーされます。
The object being inherited from is known as the prototype,and the inherited properties can be found in the prototype object of the constructor.
継承元になるオブジェクトはプロトタイプと呼ばれ、継承されたプロパティはコンストラクターのprototypeオブジェクトにあります。
Understanding prototype objects Here we will go back to the example in which we finished writing our Person() constructor- load the example in your browser.
プロトタイプオブジェクトの理解ここでは、Person()コンストラクタの記述を終了した例に戻って、ブラウザにサンプルをロードします。
As with all constructors, you can change the constructor's prototype object to make changes to all GeneratorFunction instances.
すべてのコンストラクターと同様に、すべてのGeneratorFunctionインスタンスに変更を加えるためにコンストラクターのプロトタイプオブジェクトを変更出来ます。
Inheritance dengan prototype chain Meng-Inheriting properti JavaScript objects are dynamic"bags" of properties(referred to as ownproperties). JavaScript objects have a link to a prototype object.
プロトタイプチェーンと継承プロパティの継承JavaScriptのオブジェクトはプロパティ(自身のプロパティを指す)の動的な「かばん」であり、プロトタイプオブジェクト繋がりを持っています。
Table instances All Table instances inherit from the Table() constructor's prototype object- this can be modified to affect all Table instances.
Tableインスタンス全てのTableインスタンスはTable()コンストラクタのプロトタイプオブジェクトを継承します。これは全てのTableインスタンスに影響するように変更可能です。
Module instances All Module instances inherit from the Module() constructor's prototype object- this can be modified to affect all Module instances.
Moduleインスタンス全てのModuleインスタンスはModule()コンストラクタのプロトタイプオブジェクトを継承します。これは全てのModuleインスタンスに影響するように変更可能です。
Memory instances All Memory instances inherit from the Memory() constructor's prototype object- this can be modified to affect all Memory instances.
Memoryインスタンス全てのMemoryインスタンスはMemory()コンストラクタのプロトタイプオブジェクトを継承します。これは全てのMemoryインスタンスに影響するように変更可能です。
Instance instances All Instance instances inherit from the Instance() constructor's prototype object- this can be modified to affect all Instance instances.
Instanceインスタンス全てのInstanceインスタンスはInstance()コンストラクタのプロトタイプオブジェクトを継承します。これは全てのInstanceインスタンスに影響するように変更可能です。
JavaScript is often described as a prototype-based language- to provide inheritance,objects can have a prototype object, which acts as a template object that it inherits methods and properties from.
JavaScriptはよくプロトタイプベースの言語として記述されています。各オブジェクトにはプロトタイプオブジェクトがあり、メソッドとプロパティを継承するテンプレートオブジェクトとして機能します。
We can create an object without a prototype by Object. create(null).
私たちは、Object.create(null)によってプロトタイプなしのオブジェクトを作ることができます。
Prototype is a plain object{}, its prototype is Object. prototype.
Prototypeの値は普通のオブジェクト{}であり、そのプロトタイプはObject.prototypeです。
Prototype is a plain object{}, its prototype is Object. prototype.
Prototypeの値は普通のオブジェクト{}であり、そのプロトタイプはObject.prototypeです。そして、Object.prototype
Results: 27, Time: 0.0394

Word-for-word translation

Top dictionary queries

English - Japanese