Home
last modified time | relevance | path

Searched refs:IsSyntheticModule (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-script.h269 bool IsSyntheticModule() const;
/third_party/node/deps/v8/include/
H A Dv8-script.h254 bool IsSyntheticModule() const;
/third_party/node/deps/v8/src/objects/
H A Dmodule.cc119 DCHECK(module->IsSyntheticModule()); in ResetGraph()
/third_party/node/deps/v8/src/api/
H A 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()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1745 } else if (this->IsSyntheticModule()) { in ModulePrint()

Completed in 35 milliseconds