We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Object.isExtensible
Cet objet doit être extensible selon Object.isExtensible, si ce n'est pas le cas, une exception TypeError sera renvoyée.
The object must be extensible according to Object.isExtensible(): if it is not, a TypeError is thrown.
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).
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).
Object.isExtensible(proxy) doit renvoyer la même valeur que Object.isExtensible(cible). Exemples
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). Syntaxe
The Object.preventExtensions() method prevents new properties from ever being added to an object (i.e. prevents future extensions to the object). Syntax
Object.isExtensible(proxy) doit renvoyer la même valeur que Object.isExtensible(cible). Exemples
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.