Searched refs:IsSourceTextModule (Results 1 – 7 of 7) sorted by relevance
31 if (module.IsSourceTextModule()) { in PrintModuleName()90 if (module->IsSourceTextModule()) { in RecordError()112 module->IsSourceTextModule() in ResetGraph()118 if (!module->IsSourceTextModule()) { in ResetGraph()140 module->IsSourceTextModule() in Reset()145 if (module->IsSourceTextModule()) { in Reset()168 if (module->IsSourceTextModule()) { in ResolveExport()217 if (module->IsSourceTextModule()) { in PrepareInstantiate()235 if (module->IsSourceTextModule()) { in FinishInstantiate()275 if (module->status() == kEvaluated && module->IsSourceTextModule()) { in Evaluate()[all …]
568 if (requested_module->IsSourceTextModule()) in FetchStarExports()1072 if (requested_module->IsSourceTextModule()) { in InnerModuleEvaluation()
489 CHECK(extension.IsSourceTextModule()); in VerifyExtensionSlot()
258 DCHECK(holder.is_null() || !holder->IsSourceTextModule()); in DeclareEvalHelper()648 if (holder->IsContext() || holder->IsSourceTextModule()) { in RUNTIME_FUNCTION()676 if (!holder.is_null() && holder->IsSourceTextModule()) { in LoadLookupSlot()778 } else if (holder->IsSourceTextModule()) { in StoreLookupSlot()
249 bool IsSourceTextModule() const;
2333 self->IsSourceTextModule(), "v8::Module::SourceOffsetToLocation", in SourceOffsetToLocation()2357 self->IsSourceTextModule(), "v8::Module::GetUnboundModuleScript", in GetUnboundModuleScript()2368 Utils::ApiCheck(self.IsSourceTextModule(), "v8::Module::ScriptId", in ScriptId()2384 bool Module::IsSourceTextModule() const { in IsSourceTextModule() function in v8::Module2385 return Utils::OpenHandle(this)->IsSourceTextModule(); in IsSourceTextModule()
1743 if (this->IsSourceTextModule()) { in ModulePrint()