summaryrefslogtreecommitdiff
path: root/deps/v8/src/d8.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/d8.h')
-rw-r--r--deps/v8/src/d8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/d8.h b/deps/v8/src/d8.h
index 092e3a3810..1bcc879d22 100644
--- a/deps/v8/src/d8.h
+++ b/deps/v8/src/d8.h
@@ -138,6 +138,7 @@ class Shell: public i::AllStatic {
#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);