Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-script.h255 bool IsSyntheticModule() const;
/third_party/node/deps/v8/src/objects/
Dmodule.cc119 DCHECK(module->IsSyntheticModule()); in ResetGraph()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1745 } else if (this->IsSyntheticModule()) { in ModulePrint()
/third_party/node/deps/v8/src/api/
Dapi.cc2313 if (self->IsSyntheticModule()) { in GetModuleRequests()
2388 bool Module::IsSyntheticModule() const { in IsSyntheticModule() function in v8::Module
2389 return Utils::OpenHandle(this)->IsSyntheticModule(); in IsSyntheticModule()
2451 Utils::ApiCheck(self->IsSyntheticModule(), in SetSyntheticModuleExport()