--- title: WebAssembly.Global.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Global tags: - JavaScript - Propriété - Prototype - WebAssembly translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Global translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Global/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/WebAssembly/Global/prototype ---
La propriété WebAssembly.Global
.prototype
représente le prototype du constructeur {{jsxref("WebAssembly.Global()")}}.
Toutes les instances de {{jsxref("WebAssembly.Global")}} héritent de Global.prototype
. L'objet prototype du constructeur {{jsxref("WebAssembly.Global()")}} peut être modifié afin d'avoir un impact sur l'ensemble des instances {{jsxref( "WebAssembly.Global")}}.
Global.prototype.constructor
Global.prototype[@@toStringTag]
@@toStringTag
est la chaîne de caractères "WebAssembly.Global"
.Global.prototype.value
Global.prototype.valueOf()
Spécification | État | Commentaires |
---|---|---|
{{SpecName('WebAssembly JS', '#globals', 'WebAssembly.Global()')}} | {{Spec2('WebAssembly JS')}} | Brouillon pour la définition initiale. |
{{Compat("javascript.builtins.WebAssembly.Global.prototype")}}