Index: src/JsEngineInternal.h |
=================================================================== |
--- a/src/JsEngineInternal.h |
+++ b/src/JsEngineInternal.h |
@@ -133,6 +133,11 @@ |
v8::Local<v8::Object> thisObject, |
v8::Local<v8::Function> func, |
AllocatedArray<v8::Local<v8::Value>> args); |
+ |
+ /** |
+ * Convert a standard string to a v8 string within the present isolate. |
+ */ |
+ v8::Local<v8::String> ToV8String(const std::string& s); |
}; |
/** |