Searched refs:IsSyntheticModule (Results 1 – 4 of 4) sorted by relevance
255 bool IsSyntheticModule() const;
119 DCHECK(module->IsSyntheticModule()); in ResetGraph()
1745 } else if (this->IsSyntheticModule()) { in ModulePrint()
2313 if (self->IsSyntheticModule()) { in GetModuleRequests()2388 bool Module::IsSyntheticModule() const { in IsSyntheticModule() function in v8::Module2389 return Utils::OpenHandle(this)->IsSyntheticModule(); in IsSyntheticModule()2451 Utils::ApiCheck(self->IsSyntheticModule(), in SetSyntheticModuleExport()