From 1125c42dbda67eecd69393e0ba322136fcd9062b Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Thu, 14 Oct 2021 03:12:10 +0800 Subject: lang/v8: Update to 9.4.146.21 Changes: https://v8.dev/blog/v8-release-94 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.4-lkgr https://github.com/v8/v8/commits/9.4-lkgr --- lang/v8/files/patch-src_api_api.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/v8/files/patch-src_api_api.cc') diff --git a/lang/v8/files/patch-src_api_api.cc b/lang/v8/files/patch-src_api_api.cc index 428d8a629cbc..056c643b5194 100644 --- a/lang/v8/files/patch-src_api_api.cc +++ b/lang/v8/files/patch-src_api_api.cc @@ -1,6 +1,6 @@ ---- src/api/api.cc.orig 2021-06-08 16:09:55 UTC +--- src/api/api.cc.orig 2021-10-06 18:22:58 UTC +++ src/api/api.cc -@@ -5764,7 +5764,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -5886,7 +5886,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } @@ -8,4 +8,4 @@ +#if V8_OS_LINUX || V8_OS_MACOSX || V8_OS_OPENBSD || V8_OS_FREEBSD bool TryHandleWebAssemblyTrapPosix(int sig_code, siginfo_t* info, void* context) { - // When the target code runs on the V8 arm simulator, the trap handler does + #if V8_ENABLE_WEBASSEMBLY && V8_TRAP_HANDLER_SUPPORTED -- cgit v1.2.3