CONSTRUCTOR FUNCTION Meaning in Japanese - translations and usage examples

[kən'strʌktər 'fʌŋkʃn]
[kən'strʌktər 'fʌŋkʃn]
コンストラクタ関数
コンストラクター関数

Examples of using Constructor function in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Constructor function returns a new object.
コンストラクタ関数は新しいオブジェクトを返します。
Is it bad practice to have a constructor function return a Promise?
プロミスを返すコンストラクタ関数を持つことは悪い習慣ですか?
Create a constructor function Calculator that creates objects with 3 methods:.
つのメソッドをもつオブジェクトを作るコンストラクタ関数Calculatorを作りなさい:。
Let's now get on and create our final Person() constructor function.
次は最終的なPerson()コンストラクタ関数を作りましょう。
Give an example of a constructor function for obj which lets such code work right.
このコードを正しく動作させるobjのコンストラクタ関数の例を提示してください。
Here a counter object is made with the help of the constructor function.
これはコンストラクタ関数の助けを借りて作られたカウンタオブジェクトです。
The constructor function below can be considered a“class” according to the definition:.
下のコンストラクタ関数は定義に従って、“クラス”と考えることができます。:。
PluginConstuctor Object No A constructor function the provides plugin.
PluginConstuctorオブジェクトいいえ提供されるプラグインのコンストラクタ関数です
Create a constructor function Calculator that creates“extendable” calculator objects.
拡張可能な”計算機オブジェクトを作るコンストラクタ関数Calculatorを作りなさい。
You use the new operator with a constructor function to create a new object.
New演算子をコンストラクター関数とともに使用することで、新しいオブジェクトを作成します。
This page documents the use of the Error object itself and its use as a constructor function.
このページは、Errorオブジェクト自体の使い方と、それをコンストラクタ関数として使うことについて記述します。
Also, there's a reference to the constructor function inside the prototype:.
また、prototypeの内部にコンストラクタ関数参照があります:。
This page documents the use of the Error object itself and its use as a constructor function.
このページは、Errorオブジェクト自体の使い方と、それをコンストラクター関数として使うことについて書かれています。
Symbol. species A constructor function that is used to create derived objects.
Symbol.species派生オブジェクトを生成するために使われるコンストラクター関数です
So, by the logic of instanceof, the prototype actually defines the type,not the constructor function.
従って、instanceofのロジックに基づいて、prototypeは実際にはコンストラクタ関数ではなく型を定義します。
They can also be defined in the constructor function of the RegExp object second parameter.
RegExpオブジェクトのコンストラクター関数(2つ目の引数)で定義することもできます。
The constructor function may have parameters that define how to construct the object, what to put in it.
コンストラクタ関数はオブジェクトがどのように組み立てられるか、その中に何を置くかを定義するパラメータを持っています。
In order to be able to omit the new keyword, the constructor function has to explicitly return a value.
Newキーワードを省略するためには、コンストラクタ関数が明示的に値を返す必要があります。
The constructor function Foo is called with the specified arguments, and with this bound to the newly created object.
指定した引数を伴ってコンストラクター関数Fooが呼び出され、thisが新たに生成したオブジェクトに紐づけられます。
Create new Calculatorimportance: 5Create a constructor function Calculator that creates objects with 3 methods:.
つのメソッドをもつオブジェクトを作るコンストラクタ関数Calculatorを作りなさい:。
In this chapter we briefly described the way of setting a[[Prototype]]for objects created via a constructor function.
このチャプターでは、constructor関数を通して作成されたオブジェクトのための[[Prototype]]を設定方法について簡単に説明しました。
I\'m'+ this. name+'.';};} The constructor function is JavaScript's version of a class.
I\'m'+this.name+'.';};}コンストラクタ関数は、JavaScript版のクラスです。
The only thing thatworked reliably was a"prototype" property of the constructor function, described in this chapter.
それは、この章で説明する、コンストラクタ関数の"prototype"プロパティを使うことです。
In order to mock a constructor function, the module factory must return a constructor function.
コンストラクタ関数をモックするためには、モジュールファクトリはコンストラクタ関数を返さなければなりません。
If you want to make similar values,you can simply write a constructor function like new_dog in the program below.
同じような値が作りたければ、そのようなコンストラクタ関数を書けばよいのです。たとえば次のプログラムのnew_dog関数のようにです。
Instead, you define a constructor function to create objects with a particular initial set of properties and values.
その代わりに、プロパティと値からなる特別な初期セットを持つオブジェクトを作成する、コンストラクター関数を定義します。
If we have many lines of code all about creation of a single complex object,we can wrap them in constructor function, like this:.
つの複雑なオブジェクトの作成に関する多くのコードがある場合、コンストラクタ関数でそれをラップすることができます。このようになります:。
First you define the Employee constructor function, specifying the name and dept properties.
まず、Employeeコンストラクター関数を定義し、nameおよびdeptプロパティを定義します。
The WebAssembly. Instance() constructor function can be called to synchronously instantiate a given WebAssembly. Module object.
WebAssembly.Instance()コンストラクタ関数は同期的にWebAssembly.Moduleオブジェクトをインスタンス化することができます。
You can first create a constructor function and then instantiate an object invoking that function in conjunction with the new operator.
他にも、まずコンストラクター関数を作り、その関数をnew演算子との組み合わせで呼び出すことでオブジェクトをインスタンス化することもできます。
Results: 36, Time: 0.0259

Word-for-word translation

Top dictionary queries

English - Japanese