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

Unified Diff: include/v8-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
« no previous file with comments | « no previous file | src/debug.h » ('j') | src/debug.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8-debug.h
diff --git a/include/v8-debug.h b/include/v8-debug.h
index 8523387a51a487bf9d0937dd1a671e83e2889806..40f2ce26f64e0d65b627a98e923a17fb1c9b0e90 100644
--- a/include/v8-debug.h
+++ b/include/v8-debug.h
@@ -21,7 +21,8 @@ enum DebugEvent {
AfterCompile = 5,
ScriptCollected = 6,
PendingExceptionInPromise = 7,
- BreakForCommand = 8
+ BreakForCommand = 8,
+ ScriptFailedToParse = 9
vsevik 2014/06/06 16:12:01 SyntaxError
};
« no previous file with comments | « no previous file | src/debug.h » ('j') | src/debug.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698