diff options
| author | Luke Wagner <luke@mozilla.com> | 2016-09-07 11:50:01 -0500 |
|---|---|---|
| committer | Luke Wagner <luke@mozilla.com> | 2016-09-07 11:50:01 -0500 |
| commit | 52bc84ce2f320fa1d28ea49f86584f92f552c218 (patch) | |
| tree | 316dcf307e67073c0c4721f52f6d3387c7bc40a5 | |
| parent | 4300897383802767a33a70827a6e0373f0a96300 (diff) | |
| download | nanowasm-design-52bc84ce2f320fa1d28ea49f86584f92f552c218.tar.gz | |
Add ToJSValue
| -rw-r--r-- | JS.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -402,7 +402,7 @@ aliases `M.[[Memory]]` and whose [[[ArrayBufferByteLength]]](http://tc39.github.io/ecma262/#sec-properties-of-the-arraybuffer-prototype-object) is set to the new byte length of `M.[[Memory]]`. -Return `ret`. +Return [`ToJSValue`](#ToJSValue)(`ret`). ### `WebAssembly.Memory.prototype.buffer` |
