Index: src/d8.h |
=================================================================== |
--- src/d8.h (revision 1509) |
+++ src/d8.h (working copy) |
@@ -92,6 +92,7 @@ |
static Handle<Value> DebugCommandToJSONRequest(Handle<String> command); |
static Handle<Value> Print(const Arguments& args); |
+ static Handle<Value> Yield(const Arguments& args); |
static Handle<Value> Quit(const Arguments& args); |
static Handle<Value> Version(const Arguments& args); |
static Handle<Value> Load(const Arguments& args); |