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

Unified Diff: src/debug.h

Issue 264333007: Add OnCompileError handler and v8::CompileError debug event (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 6 years, 7 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/debug.h
diff --git a/src/debug.h b/src/debug.h
index da59526e6ae02a04c188068dca668e47ddbf4063..29cb55ab1663fc08c5b4dd9647106009ed0a00a6 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -780,6 +780,7 @@ class Debugger {
void OnException(Handle<Object> exception,
bool uncaught,
Handle<Object> promise = Handle<Object>::null());
+ void OnSyntaxError(Handle<Script> script);
void OnBeforeCompile(Handle<Script> script);
enum AfterCompileFlags {

Powered by Google App Engine
This is Rietveld 408576698