summaryrefslogtreecommitdiff
path: root/deps/v8/src/d8.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-04-08 20:25:29 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-08 20:35:27 +0200
commit587e83c6d6fa9bba14f5b629fa2ee905dc6881e8 (patch)
tree49ef341f730dbecbd8a8ea354be0ac35317a30fb /deps/v8/src/d8.h
parent1fd95b57bf51b548651ef7868ce2dd8e65e7cf6f (diff)
downloadandroid-node-v8-587e83c6d6fa9bba14f5b629fa2ee905dc6881e8.tar.gz
android-node-v8-587e83c6d6fa9bba14f5b629fa2ee905dc6881e8.tar.bz2
android-node-v8-587e83c6d6fa9bba14f5b629fa2ee905dc6881e8.zip
v8: upgrade to 3.17.16
Diffstat (limited to 'deps/v8/src/d8.h')
-rw-r--r--deps/v8/src/d8.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/v8/src/d8.h b/deps/v8/src/d8.h
index 621ac74095..2789c07638 100644
--- a/deps/v8/src/d8.h
+++ b/deps/v8/src/d8.h
@@ -298,13 +298,8 @@ class Shell : public i::AllStatic {
#endif // ENABLE_DEBUGGER_SUPPORT
#endif // V8_SHARED
-#ifdef WIN32
-#undef Yield
-#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);
static Handle<Value> EnableProfiler(const Arguments& args);