Examples with "With Object.isExtensible" and their translation in Frans
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.
With Object.isExtensible(), a non-object first argument will be coerced to an object at first.
The object must be extensible according to Object.isExtensible(): if it is not, a TypeError is thrown.
Cet objet doit être extensible selon Object.isExtensible, si ce n'est pas le cas, une exception TypeError sera renvoyée.
The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).
La méthode Object.seal() scelle un objet afin d'empêcher l'ajout de nouvelles propriétés, en marquant les propriétés existantes comme non-configurables.
Object.isExtensible(proxy) must return the same value as Object.isExtensible(target). Examples
It is the same method as Object.isExtensible(). Examples Using Reflect.isExtensible()
Object.isExtensible(proxy) doit renvoyer la même valeur que Object.isExtensible(cible). Exemples
The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it). Syntax
La méthode Object.preventExtensions() permet d'empêcher l'ajout de nouvelles propriétés à un objet (i.e. d'étendre l'objet grâce à de nouvelles caractéristiques). Syntaxe
ECMAScript 5, JavaScript, JavaScript 1.8.5, Method, Object The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).
ECMAScript 5, JavaScript, JavaScript 1.8.5, Méthode, Object, Reference La méthode Object.isExtensible() permet de déterminer si un objet est extensible (c'est-à-dire qu'on peut lui ajouter de nouvelles propriétés).
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.