Index: src/d8.h |
=================================================================== |
--- src/d8.h (revision 1738) |
+++ src/d8.h (working copy) |
@@ -132,8 +132,10 @@ |
static int Main(int argc, char* argv[]); |
static Handle<Array> GetCompletions(Handle<String> text, |
Handle<String> full); |
+#ifdef ENABLE_DEBUGGER_SUPPORT |
static Handle<Object> DebugMessageDetails(Handle<String> message); |
static Handle<Value> DebugCommandToJSONRequest(Handle<String> command); |
+#endif |
static Handle<Value> Print(const Arguments& args); |
static Handle<Value> Yield(const Arguments& args); |