Home
last modified time | relevance | path

Searched refs:DefaultPlatform (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.cc54 auto platform = std::make_unique<DefaultPlatform>( in NewDefaultPlatform()
66 auto platform = std::make_unique<DefaultPlatform>( in NewSingleThreadedDefaultPlatform()
80 return static_cast<DefaultPlatform*>(platform)->PumpMessageLoop(isolate, in PumpMessageLoop()
86 static_cast<DefaultPlatform*>(platform)->RunIdleTasks(isolate, in RunIdleTasks()
91 static_cast<DefaultPlatform*>(platform)->NotifyIsolateShutdown(isolate); in NotifyIsolateShutdown()
94 DefaultPlatform::DefaultPlatform( in DefaultPlatform() function in v8::platform::DefaultPlatform
113 DefaultPlatform::~DefaultPlatform() { in ~DefaultPlatform()
130 void DefaultPlatform::EnsureBackgroundTaskRunnerInitialized() { in EnsureBackgroundTaskRunnerInitialized()
140 void DefaultPlatform::SetTimeFunctionForTesting( in SetTimeFunctionForTesting()
141 DefaultPlatform::TimeFunction time_function) { in SetTimeFunctionForTesting()
[all …]
Ddefault-platform.h29 class V8_PLATFORM_EXPORT DefaultPlatform : public NON_EXPORTED_BASE(Platform) { in NON_EXPORTED_BASE()
31 explicit DefaultPlatform( in NON_EXPORTED_BASE()
36 ~DefaultPlatform() override; in NON_EXPORTED_BASE()
38 DefaultPlatform(const DefaultPlatform&) = delete; in NON_EXPORTED_BASE()
39 DefaultPlatform& operator=(const DefaultPlatform&) = delete; in NON_EXPORTED_BASE()
/third_party/node/deps/v8/include/cppgc/
Ddefault-platform.h20 class V8_EXPORT DefaultPlatform : public Platform {
23 explicit DefaultPlatform(