diff options
Diffstat (limited to 'deps/v8/src/d8.h')
-rw-r--r-- | deps/v8/src/d8.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/d8.h b/deps/v8/src/d8.h index 9df291b32a..30f04c750c 100644 --- a/deps/v8/src/d8.h +++ b/deps/v8/src/d8.h @@ -117,6 +117,7 @@ class Shell: public i::AllStatic { Handle<Value> name, bool print_result, bool report_exceptions); + static const char* ToCString(const v8::String::Utf8Value& value); static void ReportException(TryCatch* try_catch); static void Initialize(); static void OnExit(); |