aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-09-07 11:50:01 -0500
committerLuke Wagner <luke@mozilla.com>2016-09-07 11:50:01 -0500
commit52bc84ce2f320fa1d28ea49f86584f92f552c218 (patch)
tree316dcf307e67073c0c4721f52f6d3387c7bc40a5
parent4300897383802767a33a70827a6e0373f0a96300 (diff)
downloadnanowasm-design-52bc84ce2f320fa1d28ea49f86584f92f552c218.tar.gz
Add ToJSValue
-rw-r--r--JS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/JS.md b/JS.md
index 5abcc1a..78a3ad1 100644
--- a/JS.md
+++ b/JS.md
@@ -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`