Home
last modified time | relevance | path

Searched refs:SetPlatformForTesting (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dv8.h37 static void SetPlatformForTesting(v8::Platform* platform);
Dv8.cc122 void V8::SetPlatformForTesting(v8::Platform* platform) { in SetPlatformForTesting() function in v8::internal::V8