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

Unified Diff: src/runtime/runtime-wasm.cc

Issue 2744383002: Revert of [wasm] Initial signal handler (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « src/runtime/runtime.h ('k') | src/trap-handler/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime-wasm.cc
diff --git a/src/runtime/runtime-wasm.cc b/src/runtime/runtime-wasm.cc
index c01009b7a4775412cfd5204814644c5b1c19e984..9f125c1345edb8d61db3ac4131904bd3e24328af 100644
--- a/src/runtime/runtime-wasm.cc
+++ b/src/runtime/runtime-wasm.cc
@@ -12,7 +12,6 @@
#include "src/factory.h"
#include "src/frames-inl.h"
#include "src/objects-inl.h"
-#include "src/trap-handler/trap-handler.h"
#include "src/v8memory.h"
#include "src/wasm/wasm-module.h"
#include "src/wasm/wasm-objects.h"
@@ -169,16 +168,6 @@
return exception;
}
-RUNTIME_FUNCTION(Runtime_SetThreadInWasm) {
- trap_handler::SetThreadInWasm();
- return isolate->heap()->undefined_value();
-}
-
-RUNTIME_FUNCTION(Runtime_ClearThreadInWasm) {
- trap_handler::ClearThreadInWasm();
- return isolate->heap()->undefined_value();
-}
-
RUNTIME_FUNCTION(Runtime_WasmRunInterpreter) {
DCHECK_EQ(3, args.length());
HandleScope scope(isolate);
« no previous file with comments | « src/runtime/runtime.h ('k') | src/trap-handler/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698