Lines Matching defs:ee

62         JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined());
69 ee.Update(starExportEntries->Get(idx));
71 moduleRequest.Update(ee->GetModuleRequest());
280 JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined());
285 ee.Update(starExportEntries->Get(idx));
286 moduleRequest.Update(ee->GetModuleRequest());
1442 LocalExportEntry *ee = LocalExportEntry::Cast(exportEntries->Get(idx).GetTaggedObject());
1443 if (!JSTaggedValue::SameValue(ee->GetExportName(), key)) {
1446 JSTaggedValue localName = ee->GetLocalName();
1606 JSMutableHandle<T> ee(thread, thread->GlobalConstants()->GetUndefined());
1610 ee.Update(exportEntries->Get(idx));
1613 std::string exportName = EcmaStringAccessor(ee->GetExportName()).ToStdString();
1638 JSMutableHandle<LocalExportEntry> ee(thread, thread->GlobalConstants()->GetUndefined());
1644 ee.Update(localExportEntries->Get(idx));
1652 if ((JSTaggedValue::SameValue(ee->GetExportName(), exportName.GetTaggedValue()))) {
1656 ee->GetLocalIndex()));
1660 localName.Update(ee->GetLocalName());
1676 JSMutableHandle<IndirectExportEntry> ee(thread, undefined);
1682 ee.Update(indirectExportEntries->Get(idx));
1684 if (JSTaggedValue::SameValue(exportName.GetTaggedValue(), ee->GetExportName())) {
1687 moduleRequest.Update(ee->GetModuleRequest());
1698 importName.Update(ee->GetImportName());
1714 JSMutableHandle<IndirectExportEntry> ee(thread, globalConstants->GetUndefined());
1719 ee.Update(indirectExportEntries->Get(idx));
1721 exportName.Update(ee->GetExportName());
1728 CString requestMod = ModulePathHelper::ReformatPath(ConvertToString(ee->GetModuleRequest()));
1753 JSMutableHandle<IndirectExportEntry> ee(thread, globalConstants->GetUndefined());
1758 ee.Update(indirectExportEntries->Get(idx));
1760 exportName.Update(ee->GetExportName());
1767 CString requestMod = ModulePathHelper::ReformatPath(ConvertToString(ee->GetModuleRequest()));