From 4f722915218862b108c90371503d26a3fe89f4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 17 Sep 2021 14:34:02 +0200 Subject: deps: update V8 to 9.4.146.18 PR-URL: https://github.com/nodejs/node/pull/39945 Reviewed-By: Colin Ihrig Reviewed-By: Jiawen Geng Reviewed-By: Matteo Collina Reviewed-By: Michael Dawson --- deps/v8/test/mjsunit/compiler/regress-9137-1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/v8/test/mjsunit/compiler/regress-9137-1.js') diff --git a/deps/v8/test/mjsunit/compiler/regress-9137-1.js b/deps/v8/test/mjsunit/compiler/regress-9137-1.js index 5743847dfd..017ca277c2 100644 --- a/deps/v8/test/mjsunit/compiler/regress-9137-1.js +++ b/deps/v8/test/mjsunit/compiler/regress-9137-1.js @@ -3,7 +3,7 @@ // found in the LICENSE file. // Flags: --allow-natives-syntax --opt -// Flags: --no-flush-bytecode --no-stress-flush-bytecode +// Flags: --no-flush-bytecode --no-stress-flush-code function changeMap(obj) { obj.blub = 42; -- cgit v1.2.1