Index: src/d8.h |
=================================================================== |
--- src/d8.h (revision 4385) |
+++ src/d8.h (working copy) |
@@ -175,6 +175,7 @@ |
static Handle<Value> System(const Arguments& args); |
static Handle<Value> ChangeDirectory(const Arguments& args); |
static Handle<Value> SetEnvironment(const Arguments& args); |
+ static Handle<Value> UnsetEnvironment(const Arguments& args); |
static Handle<Value> SetUMask(const Arguments& args); |
static Handle<Value> MakeDirectory(const Arguments& args); |
static Handle<Value> RemoveDirectory(const Arguments& args); |