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

Unified Diff: src/isolate.cc

Issue 2773063002: [wasm] Override mechanism for wasm js APIs (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
Index: src/isolate.cc
diff --git a/src/isolate.cc b/src/isolate.cc
index cf6d7438f8d08dbc404a9bcf212422a2e0545720..cc11f4f8180bc6a53b267ee6caa184086530f9d2 100644
--- a/src/isolate.cc
+++ b/src/isolate.cc
@@ -433,6 +433,7 @@ bool GetStackTraceLimit(Isolate* isolate, int* result) {
return true;
}
+bool NoExtension(const v8::FunctionCallbackInfo<v8::Value>&) { return false; }
} // namespace
Handle<Object> Isolate::CaptureSimpleStackTrace(Handle<JSReceiver> error_object,

Powered by Google App Engine
This is Rietveld 408576698