--- title: WebAssembly.Table.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/WebAssembly/Table tags: - Experimental - JavaScript - Propriété - Prototype - Reference - WebAssembly translation_of: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table translation_of_original: Web/JavaScript/Reference/Global_Objects/WebAssembly/Table/prototype original_slug: Web/JavaScript/Reference/Objets_globaux/WebAssembly/Table/prototype ---
La propriété WebAssembly.Table
.prototype
représente le prototype du constructeur {{jsxref("WebAssembly.Table()")}}.
Toutes les instances de {{jsxref("WebAssembly.Table")}} héritent de Table.prototype
. Le prototype du constructeur {{jsxref("WebAssembly.Table()")}} peut être modifié afin de modifier le comportement de toutes les instances {{jsxref( "WebAssembly.Table")}}.
Table.prototype.constructor
Table
d'un nombre donné de référence.Spécification | État | Commentaires |
---|---|---|
{{SpecName('WebAssembly JS', '#webassemblytable-objects', 'Table')}} | {{Spec2('WebAssembly JS')}} | Brouillon de définition initiale pour WebAssembly. |
{{Compat("javascript.builtins.WebAssembly.Table.prototype")}}