Home
last modified time | relevance | path

Searched refs:AsyncParentModuleCount (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmodule-inl.h130 int SourceTextModule::AsyncParentModuleCount() { in AsyncParentModuleCount() function
Dsource-text-module.h104 inline int AsyncParentModuleCount();
Dsource-text-module.cc630 for (int i = module->AsyncParentModuleCount(); i-- > 0;) { in GatherAsyncParentCompletions()
885 for (int i = 0; i < module->AsyncParentModuleCount(); i++) { in AsyncModuleExecutionRejected()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1681 CHECK(!AsyncParentModuleCount()); in SourceTextModuleVerify()