From 52bc84ce2f320fa1d28ea49f86584f92f552c218 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Wed, 7 Sep 2016 11:50:01 -0500 Subject: Add ToJSValue --- JS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.3