5 #ifndef V8_D8_PLATFORMS_H_ 6 #define V8_D8_PLATFORMS_H_ 18 std::unique_ptr<Platform> MakePredictablePlatform(
19 std::unique_ptr<Platform> platform);
24 std::unique_ptr<Platform> MakeDelayedTasksPlatform(
25 std::unique_ptr<Platform> platform,
int64_t random_seed);
29 #endif // V8_D8_PLATFORMS_H_