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
|
}; |