Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Unified Diff: src/x64/codegen-x64.h

Issue 606013002: Install function tables for the code range on Win64 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@bleeding_edge
Patch Set: updates Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/x64/codegen-x64.h
diff --git a/src/x64/codegen-x64.h b/src/x64/codegen-x64.h
index 0a551eef5c3de55e0fa39ec5a52c40670378a4d4..c79bcd452002b289748d3ce2f3954fdffc01c4a6 100644
--- a/src/x64/codegen-x64.h
+++ b/src/x64/codegen-x64.h
@@ -111,6 +111,11 @@ class StackArgumentsAccessor BASE_EMBEDDED {
};
+#ifdef _WIN64
+void InstallExceptionFilter(Isolate* isolate,
+ WinExceptionFilter exception_filter);
+#endif
+
} } // namespace v8::internal
#endif // V8_X64_CODEGEN_X64_H_

Powered by Google App Engine
This is Rietveld 408576698