Home | History | Annotate | Download | only in src

Lines Matching refs:Platform

10 #include "src/base/platform/platform.h"
36 v8::Platform* V8::platform_ = NULL;
94 void V8::InitializePlatform(v8::Platform* platform) {
96 CHECK(platform);
97 platform_ = platform;
109 v8::Platform* V8::GetCurrentPlatform() {
115 void V8::SetPlatformForTesting(v8::Platform* platform) { platform_ = platform; }