From 01aa078e9cae82e16aa1faad092dbd4fbce895e2 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Mon, 15 Mar 2021 13:53:48 +0000 Subject: support `**=` (#4778) --- test/ufuzz/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ufuzz/index.js') diff --git a/test/ufuzz/index.js b/test/ufuzz/index.js index c38e33c7..c90eb553 100644 --- a/test/ufuzz/index.js +++ b/test/ufuzz/index.js @@ -277,14 +277,15 @@ var ASSIGNMENTS = [ "-=", "*=", "/=", + "%=", "&=", "|=", "^=", "<<=", ">>=", ">>>=", - "%=", ]; +if (SUPPORT.exponentiation) ASSIGNMENTS.push("**="); var UNARY_SAFE = [ "+", -- cgit v1.2.3