clearify code

This commit is contained in:
王劲鹏
2021-03-31 17:56:47 +08:00
committed by osborn
parent 2684a78493
commit 18cef64141
2 changed files with 16 additions and 4 deletions

View File

@@ -16,6 +16,8 @@ private:
v8::Isolate::Scope *m_isolate_scope;
v8::Global<v8::Context> *m_global_context;
void injectObject(const char *string, v8::Local<v8::Value> local);
v8::Local<v8::Value> innerExec(const char *script, const char *source,
std::string *exception_str);