Home
last modified time | relevance | path

Searched refs:platform_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dv8.cc35 v8::Platform* V8::platform_ = NULL; member in v8::internal::V8
94 CHECK(!platform_); in InitializePlatform()
96 platform_ = platform; in InitializePlatform()
102 CHECK(platform_); in ShutdownPlatform()
104 platform_ = NULL; in ShutdownPlatform()
109 DCHECK(platform_); in GetCurrentPlatform()
110 return platform_; in GetCurrentPlatform()
114 void V8::SetPlatformForTesting(v8::Platform* platform) { platform_ = platform; } in SetPlatformForTesting()
Dv8.h42 static v8::Platform* platform_; variable
/external/pdfium/testing/
Dembedder_test.cpp77 &platform_); in EmbedderTest()
82 g_v8_snapshot, &platform_); in EmbedderTest()
85 InitializeV8ForPDFium(g_exe_path, &platform_); in EmbedderTest()
93 delete platform_; in ~EmbedderTest()
Dembedder_test.h126 v8::Platform* platform_; variable