Download for Windows Premium
Publiciteit
objet du prototype d'Object

Examples with "objet du prototype d'Object" and their translation 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.
Les modifications de l'objet du prototype d'Object sont propagées à tous les objets sauf si les propriétés et les méthodes sujettes à ces changements sont remplacées ensuite le long de la chaîne de prototype.
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 constructor

Andere resultaten

On peut voir aussi d'autres membres tels que watch, valueOf... Ces membres particuliers sont définis au niveau du prototype objet du constructeur Personne(), qui est Object.
You will however also see some other members - watch, valueOf, etc - these are defined on the Person()'s prototype object, which is Object.
La majorité des objets JavaScript sont des instances de Object qui est l'avant dernier maillon de la chaîne de prototype.
Nearly all objects in JavaScript are instances of Object which sits on the top of a prototype chain.
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l'objet spécifié en tant que paramètre.
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Un objet de type Object possède un prototype, il y a donc des clés par défaut déjà présentes dans l'objet.
An Object has a prototype, so there are default keys in the map.
Puisque que le prototype « lapin » est lui-même un objet, il est basé sur le prototype Object, et partage sa méthode toString.
Because the rabbit prototype is itself an object, it is based on the Object prototype, and shares its toString method.
Les modifications apportées au prototype d'Object sont propagées sur tous les objets via la chaîne de prototypes sauf si les propriétés et/ou méthodes concernées ont été surchargées.
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.
Les modifications apportées au prototype d'Object se propagent à tous les objets sauf si celles-ci concernent des propriétés et des méthodes ayant été surchargées en aval de la chaîne de prototypes.
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.
Ici, au lieu d'utiliser la méthode trouvée dans l'objet lui-même, nous prenons la méthode fournie par le prototype Object, et l'appliquons en utilisant call sur le bon objet.
Here, instead of using the method found in the object itself, we get the method from the Object prototype, and then use call to apply it to the right object.
Troisième exemple : Ajouter une chaîne de prototypes à l'objet Function.prototype object et ajouter une nouvelle fonction à cette chaîne
Third example: Appending a chain to the Function.prototype object and appending a new function to that chain
Pas de valueOf() non plus, donc le navigateur regarde si le prototype objet du constructeur Personne() (Object) possède cette méthode.
It doesn't either, so the browser then checks to see if the Person() constructor's prototype object's prototype object (Object() constructor's prototype) has a valueOf() method available on it.
En JavaScript, tous les objets héritent d'Object ; tous les objets bénéficient donc des méthodes et des propriétés de Object.prototype même si ces méthodes et propriétés peuvent être surchargées si elles sont redéfinies en aval dans la chaîne de prototypes.
Returns an array of a given object's own enumerable values. All objects in JavaScript are descended from Object; all objects inherit methods and properties from Object.prototype, although they may be overridden.
En JavaScript, tous les objets héritent d'Object ; tous les objets bénéficient donc des méthodes et des propriétés de Object.prototype même si ces méthodes et propriétés peuvent être surchargées si elles sont redéfinies en aval dans la chaîne de prototypes.
Object instances and Object prototype object All objects in JavaScript are descended from Object; all objects inherit methods and properties from Object.prototype, although they may be overridden.
Er zijn geen resultaten gevonden voor deze term.
Publiciteit

Resultaten: 1141704. Exact: 1. Verstreken tijd: 287 ms.