Home
last modified time | relevance | path

Searched refs:PredictablePlatform (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/d8/
H A Dd8-platforms.cc21 class PredictablePlatform final : public Platform {
23 explicit PredictablePlatform(std::unique_ptr<Platform> platform) in PredictablePlatform() function in v8::final
28 PredictablePlatform(const PredictablePlatform&) = delete;
29 PredictablePlatform& operator=(const PredictablePlatform&) = delete;
63 // the PredictablePlatform, and that the {DefaultPlatform} does not access
112 return std::make_unique<PredictablePlatform>(std::move(platform)); in MakePredictablePlatform()

Completed in 1 milliseconds