Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / v8 / include / v8-debug.h
index 75f9c76..e724159 100644 (file)
@@ -19,8 +19,10 @@ enum DebugEvent {
   NewFunction = 3,
   BeforeCompile = 4,
   AfterCompile  = 5,
-  ScriptCollected = 6,
-  BreakForCommand = 7
+  CompileError = 6,
+  PromiseEvent = 7,
+  AsyncTaskEvent = 8,
+  BreakForCommand = 9
 };