| 541 | } |
| 542 | |
| 543 | static void InitializeV8() { |
| 544 | Runtime::platform = v8::platform::NewDefaultPlatform().release(); |
| 545 | V8::InitializePlatform(Runtime::platform); |
| 546 | V8::Initialize(); |
| 547 | } |
| 548 | |
| 549 | Isolate* Runtime::PrepareV8Runtime(const string& filesPath, |
| 550 | const string& nativeLibDir, |
no test coverage detected