diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-14 03:12:10 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-10-14 03:12:10 +0800 |
commit | 1125c42dbda67eecd69393e0ba322136fcd9062b (patch) | |
tree | 3e5fc5d967aa94ed5360cf9ee9d9548e7e4e63c9 /lang/v8/files/patch-src_api_api.cc | |
parent | dns/public_suffix_list: Update to 20210929 (diff) |
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
Diffstat (limited to 'lang/v8/files/patch-src_api_api.cc')
-rw-r--r-- | lang/v8/files/patch-src_api_api.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 |