aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/wasm/regress-702460.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/regress/wasm/regress-702460.js')
-rw-r--r--deps/v8/test/mjsunit/regress/wasm/regress-702460.js50
1 files changed, 25 insertions, 25 deletions
diff --git a/deps/v8/test/mjsunit/regress/wasm/regress-702460.js b/deps/v8/test/mjsunit/regress/wasm/regress-702460.js
index 73c01e13a0..44e60330b4 100644
--- a/deps/v8/test/mjsunit/regress/wasm/regress-702460.js
+++ b/deps/v8/test/mjsunit/regress/wasm/regress-702460.js
@@ -18,34 +18,34 @@ let kExprS128LoadMem = 0xc0;
kExprI32Const, 0x41,
kExprI32Const, 0x3c,
kExprI32Const, 0xdc, 0x01,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
kExprSetLocal, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
- kExprGrowMemory, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
+ kExprMemoryGrow, 0x00,
kExprS128LoadMem, 0x00, 0x40,
kExprUnreachable,
- kExprGrowMemory, 0x00
+ kExprMemoryGrow, 0x00
]).exportFunc();
assertThrows(() => builder.instantiate());
})();