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

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, 6 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/compiler.cc » ('j') | src/debug.h » ('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 3c738d1a1c814f0f7f186a9460b6ae080ade5986..32115290ddf3ab037421b5998578b9c00436fd33 100644
--- a/include/v8-debug.h
+++ b/include/v8-debug.h
@@ -20,7 +20,8 @@ enum DebugEvent {
BeforeCompile = 4,
AfterCompile = 5,
ScriptCollected = 6,
- BreakForCommand = 7
+ BreakForCommand = 7,
+ CompileError = 8
Yang 2014/06/25 07:26:23 We have the same table (without BrekaForCommand) i
};
« no previous file with comments | « no previous file | src/compiler.cc » ('j') | src/debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698