Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 70dd3a263e3db4bc7ea11e53414d9e2bf34d31dc..4999a8fa6288151930cc2974c89297dbdfb70bc9 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -10708,6 +10708,7 @@ class BreakPointInfo: public Struct { |
V(kDebug, "debug", "(Debugger)") \ |
V(kCompilationCache, "compilationcache", "(Compilation cache)") \ |
V(kHandleScope, "handlescope", "(Handle scope)") \ |
+ V(kDispatchTable, "dispatchtable", "(Dispatch table)") \ |
V(kBuiltins, "builtins", "(Builtins)") \ |
V(kGlobalHandles, "globalhandles", "(Global handles)") \ |
V(kEternalHandles, "eternalhandles", "(Eternal handles)") \ |