Examples with "le prototype 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.
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.
Puisque que le prototype « lapin » est lui-même un objet, il est basé sur le prototype Object, et partage sa méthode toString.
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.
Dans l'expression "object instanceof AFunction", on compare la chaîne de prototypes d'object avec AFunction.prototype et non avec AFunction.
In the expression "object instanceof AFunction", the object prototype chain is checked against AFunction.prototype, not against AFunction itself.
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.
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
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.