Home | History | Annotate | Download | only in testing

Lines Matching refs:Platform

61 void InitializeV8Common(const char* exe_path, v8::Platform** platform) {
64 *platform = v8::platform::CreateDefaultPlatform();
65 v8::V8::InitializePlatform(*platform);
158 v8::Platform** platform) {
159 InitializeV8Common(exe_path.c_str(), platform);
172 v8::Platform** platform) {
173 InitializeV8Common(exe_path.c_str(), platform);