Home
last modified time | relevance | path

Searched refs:IsSourceTextModule (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmodule.cc31 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 …]
Dsource-text-module.cc568 if (requested_module->IsSourceTextModule()) in FetchStarExports()
1072 if (requested_module->IsSourceTextModule()) { in InnerModuleEvaluation()
Dcontexts.cc489 CHECK(extension.IsSourceTextModule()); in VerifyExtensionSlot()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc258 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()
/third_party/node/deps/v8/include/
Dv8-script.h249 bool IsSourceTextModule() const;
/third_party/node/deps/v8/src/api/
Dapi.cc2333 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::Module
2385 return Utils::OpenHandle(this)->IsSourceTextModule(); in IsSourceTextModule()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1743 if (this->IsSourceTextModule()) { in ModulePrint()