Chromium Code Reviews| Index: src/d8.h |
| =================================================================== |
| --- src/d8.h (revision 2626) |
| +++ src/d8.h (working copy) |
| @@ -138,6 +138,7 @@ |
| #endif |
| static Handle<Value> Print(const Arguments& args); |
| + static Handle<Value> Write(const Arguments& args); |
| static Handle<Value> Yield(const Arguments& args); |
| static Handle<Value> Quit(const Arguments& args); |
| static Handle<Value> Version(const Arguments& args); |