Download for Windows Premium
Publiciteit
instanceof

Vertaling van "instanceof" in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
instanceof
Le paramètre doit être une instanceof de la classe ou interface donnée.
The parameter must be an instanceof the given class or interface name.
Il faut utiliser l'opérateur instanceof à la place.
You should use the instanceof operator instead.
Le paramètre doit être une instanceof de la même classe qui a définie la méthode.
The parameter must be an instanceof the given class or interface name.
C'est le mot clef instanceof qui vous indique si un objet est d'un type particulier.
This is the keyword instanceof that tells you if an object is an instance of a particular type.
Invoqué par l'opérateur instanceof, reçoit l'objet a vérifier comme premier argument, et le nom de la classe dont l'objet appartient comme second argument
Invoked by instanceof operator, receives the object being verified as the first argument, and the name of the class which that object should be as the second argument
Opérateurs de types (instanceof)
Type operators (instanceof)
Mais les tests eux-mêmes aboutissent à des conclusions différentes. instanceof teste le concept de type et signifie « es-tu de cette classe, ou d'une classe dérivée ? ».
But the tests themselves draw different conclusions. In keeping with the concept of type, instanceof says "are you this class, or a class derived from this class?"
L'opérateur instanceof permet de tester si un objet possède, dans sa chaîne de prototype, la propriété prototype d'un certain constructeur.
Summary The instanceof operator tests whether an object has in its prototype chain the prototype property of a constructor.
self Le paramètre doit être une instanceof de la même classe qui a définie la méthode.
self The parameter must be an instanceof the same class as the one the method is defined on.
La vérification NULL est-elle nécessaire avant d'appeler instanceof?
Is null check needed before calling instanceof?
Modifier l'exercice 1 afin d'utiliser instanceof pour vérifier le type avant d'effectuer le transtypage descendant.
Modify Exercise 1 so that it uses instanceof to check the type before performing the downcast.
JavaScript permet de faire ceci avec l'opérateur instanceof qui teste un objet par rapport à une fonction et qui renvoie true si l'objet hérite de la fonction prototype.
JavaScript provides a shortcut: the instanceof operator tests an object against a function and returns true if the object inherits from the function prototype.
Description L'opérateur instanceof teste la présence de constructeur.prototype dans la chaîne de prototypes d'objet.
Function to test against Description The instanceof operator tests presence of constructor.prototype in object's prototype chain.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor instanceof in het Frans

Publiciteit

Suggesties

Resultaten: 35. Exact: 35. Verstreken tijd: 62 ms.