Index: src/runtime.h |
=================================================================== |
--- src/runtime.h (revision 2762) |
+++ src/runtime.h (working copy) |
@@ -303,7 +303,8 @@ |
F(DebugConstructedBy, 2) \ |
F(DebugGetPrototype, 1) \ |
F(SystemBreak, 0) \ |
- F(FunctionGetAssemblerCode, 1) \ |
+ F(DebugDisassembleFunction, 1) \ |
+ F(DebugDisassembleConstructor, 1) \ |
F(FunctionGetInferredName, 1) |
#else |
#define RUNTIME_FUNCTION_LIST_DEBUGGER_SUPPORT(F) |