Resolve compile warnings in v8_shell.
This commit is contained in:
parent
8eb9aa9e73
commit
22525249f2
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ bool V8Shell::RunShell() {
|
|||
|
||||
|
||||
bool V8Shell::InitializeEngine() {
|
||||
return true;
|
||||
}
|
||||
|
||||
void V8Shell::ExtendEngine() {
|
||||
|
|
@ -194,6 +195,7 @@ bool V8Shell::ExecuteScript(const std::string& source, const std::string& name)
|
|||
}
|
||||
|
||||
bool V8Shell::DisposeEngine() {
|
||||
return true;
|
||||
}
|
||||
|
||||
v8::Persistent<v8::Context> V8Shell::CreateShellContext() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue