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

Unified Diff: src/messages.h

Issue 2161953003: Remove stack overflow boilerplate (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/messages.h
diff --git a/src/messages.h b/src/messages.h
index aeba83ce72703517adb020774653280680b04c86..9e64a0e1b9231326fee00698c806e3481f451637 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -71,6 +71,9 @@ class CallSite {
uint32_t wasm_func_index_ = static_cast<uint32_t>(-1);
};
+Object* ConstructError(Isolate* isolate, Handle<JSFunction> target,
+ Handle<Object> new_target, Handle<Object> message);
+
#define MESSAGE_TEMPLATES(T) \
/* Error */ \
T(None, "") \

Powered by Google App Engine
This is Rietveld 408576698