Lines Matching refs:SourceTextModule
348 …JSTaggedValue importEntries = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetImportE… in GetImportModule()
370 JSTaggedValue moduleEnvironment = SourceTextModule::Cast( in GetImportModule()
386 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetModuleVariableIndex()
393 JSTaggedValue localExportEntries = SourceTextModule::Cast( in GetModuleVariableIndex()
419 …JSHandle<SourceTextModule> module(thread, SourceTextModule::Cast(currentModule->GetTaggedObject())… in GetRequestModuleIndex()
421 JSHandle<SourceTextModule> requiredModule = JSHandle<SourceTextModule>::Cast( in GetRequestModuleIndex()
422 SourceTextModule::HostResolveImportedModuleWithMerge(thread, module, required)); in GetRequestModuleIndex()
445 … JSTaggedValue dictionary = SourceTextModule::Cast(module->GetTaggedObject())->GetNameDictionary(); in GetModuleValue()
469 … JSTaggedValue dictionary = SourceTextModule::Cast(module->GetTaggedObject())->GetNameDictionary(); in SetModuleValue()
486 JSTaggedValue localExportEntries = SourceTextModule::Cast( in InitializeExportVariables()
516 …JSTaggedValue dictionary = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetNameDictio… in GetLocalExportVariables()
526 JSTaggedValue localExportEntries = SourceTextModule::Cast( in GetLocalExportVariables()
565 JSTaggedValue indirectExportEntries = SourceTextModule::Cast( in GetIndirectExportVariables()
598 …JSTaggedValue importEntries = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetImportE… in GetImportVariables()
603 …JSTaggedValue moduleEnvironment = SourceTextModule::Cast(currentModule->GetTaggedObject())->GetEnv… in GetImportVariables()