Home
last modified time | relevance | path

Searched defs:GetForegroundTaskRunner (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
Dplatform.h53 virtual std::shared_ptr<TaskRunner> GetForegroundTaskRunner() { in GetForegroundTaskRunner() function
Ddefault-platform.h40 std::shared_ptr<cppgc::TaskRunner> GetForegroundTaskRunner() override { in GetForegroundTaskRunner() function
/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc43 std::shared_ptr<TaskRunner> GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::PredictablePlatform
148 std::shared_ptr<TaskRunner> GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::DelayedTasksPlatform
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.cc190 std::shared_ptr<TaskRunner> DefaultPlatform::GetForegroundTaskRunner( in GetForegroundTaskRunner() function in v8::platform::DefaultPlatform
/third_party/node/src/
Dnode_platform.cc239 PerIsolatePlatformData::GetForegroundTaskRunner() { in GetForegroundTaskRunner() function in node::PerIsolatePlatformData
542 NodePlatform::GetForegroundTaskRunner(Isolate* isolate) { in GetForegroundTaskRunner() function in node::NodePlatform
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc176 std::shared_ptr<TaskRunner> GetForegroundTaskRunner() final { in GetForegroundTaskRunner() function in v8::internal::__anoncaabf31b0211::CppgcPlatformAdapter