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
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.
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.
Pour des raisons de cohérence et de débogage (ex. piles d'appels), obj devrait être instanceof Error.
For consistency and debugging (eg stack traces), obj should be an instanceof Error.
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 prototype chain.
JavaScript possède un opérateur appelé instanceof, qui peut être utilisé pour déterminer si un objet est basé sur un certain prototype.
JavaScript has an operator called instanceof, which can be used to determine whether an object is based on a certain prototype.
Er zijn geen resultaten gevonden voor deze term.
Ga naar Premium voor toegang tot miljoenen vertaalvoorbeelden, onbeperkt woorden opslaan en leren, zonder advertenties.

Synoniemen voor instanceof in het Frans

Publiciteit

Suggesties

Resultaten: 28. Exact: 28. Verstreken tijd: 53 ms.