Searched refs:IsSourceTextModule (Results 1 – 8 of 8) sorted by relevance
28 if (module.IsSourceTextModule()) { in PrintModuleName()83 if (module->IsSourceTextModule()) { in RecordError()104 module->IsSourceTextModule() in ResetGraph()110 if (!module->IsSourceTextModule()) { in ResetGraph()133 module->IsSourceTextModule() in Reset()138 if (module->IsSourceTextModule()) { in Reset()161 if (module->IsSourceTextModule()) { in ResolveExport()207 if (module->IsSourceTextModule()) { in PrepareInstantiate()224 if (module->IsSourceTextModule()) { in FinishInstantiate()239 if (FLAG_harmony_top_level_await && module->IsSourceTextModule()) { in Evaluate()[all …]
538 if (requested_module->IsSourceTextModule()) in FetchStarExports()1021 if (requested_module->IsSourceTextModule()) { in InnerModuleEvaluation()
255 DCHECK(holder.is_null() || !holder->IsSourceTextModule()); in DeclareEvalHelper()649 if (holder->IsContext() || holder->IsSourceTextModule()) { in RUNTIME_FUNCTION()677 if (!holder.is_null() && holder->IsSourceTextModule()) { in LoadLookupSlot()780 } else if (holder->IsSourceTextModule()) { in StoreLookupSlot()
42 if (object.IsSourceTextModule()) { in Reduce()
1649 if (object.IsSourceTextModule()) object.AsSourceTextModule().Serialize(); in ProcessModuleVariableAccess()
1543 if (this->IsSourceTextModule()) { in ModulePrint()
2246 CHECK(self->IsSourceTextModule()); in GetModuleRequest()2262 CHECK(self->IsSourceTextModule()); in GetModuleRequestLocation()2292 CHECK(self->IsSourceTextModule()); in GetUnboundModuleScript()2300 Utils::ApiCheck(self->IsSourceTextModule(), "v8::Module::ScriptId", in ScriptId()2321 bool Module::IsSourceTextModule() const { in IsSourceTextModule() function in v8::Module2322 return Utils::OpenHandle(this)->IsSourceTextModule(); in IsSourceTextModule()
1619 bool IsSourceTextModule() const;