12 lines
436 B
C++
12 lines
436 B
C++
--- src/api/api.cc.orig 2022-04-21 12:21:39 UTC
|
|
+++ src/api/api.cc
|
|
@@ -6064,7 +6064,7 @@ bool v8::V8::Initialize(const int build_config) {
|
|
return true;
|
|
}
|
|
|
|
-#if V8_OS_LINUX || V8_OS_DARWIN
|
|
+#if V8_OS_LINUX || V8_OS_DARWIN || V8_OS_OPENBSD || V8_OS_FREEBSD
|
|
bool TryHandleWebAssemblyTrapPosix(int sig_code, siginfo_t* info,
|
|
void* context) {
|
|
#if V8_ENABLE_WEBASSEMBLY && V8_TRAP_HANDLER_SUPPORTED
|