The WebAssembly.Global
.prototype
property represents the prototype for the WebAssembly.Global()
constructor.
Property attributes of WebAssembly.Global.prototype
| |
---|---|
Writable | no |
Enumerable | no |
Configurable | no |
All WebAssembly.Global
instances inherit from Global.prototype
. The prototype object of the WebAssembly.Global()
constructor can be modified to affect all WebAssembly.Global
instances.
Global.prototype.constructor
WebAssembly.Global()
constructor.Global.prototype[@@toStringTag]
Global.prototype.value
Global.prototype.valueOf()
Specification | Status | Comment |
---|---|---|
WebAssembly JavaScript Interface The definition of 'WebAssembly.Global()' in that specification. | Working Draft | Initial draft definition. |
No compatibility data found. Please contribute data for "javascript.builtins.WebAssembly.Global.prototype" (depth: 1) to the MDN compatibility data repository.
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Global/prototype