Searched refs:ExportTypeTableExtractor (Results 1 – 3 of 3) sorted by relevance
213 class ExportTypeTableExtractor {215 …explicit ExportTypeTableExtractor(const JSPandaFile *jsPandaFile, const CString &recordName, bool …216 ~ExportTypeTableExtractor() = default;217 NO_COPY_SEMANTIC(ExportTypeTableExtractor);218 NO_MOVE_SEMANTIC(ExportTypeTableExtractor);
324 ExportTypeTableExtractor::ExportTypeTableExtractor(const JSPandaFile *jsPandaFile, in ExportTypeTableExtractor() function in panda::ecmascript::ExportTypeTableExtractor331 void ExportTypeTableExtractor::ProcessExportTable(const JSPandaFile *jsPandaFile, in ProcessExportTable()368 void ExportTypeTableExtractor::Print() const in Print()
1543 ExportTypeTableExtractor exTableExtractor(jsPandaFile, recordName, isBuiltinTable); in GenerateExportTableFromLiteral()1662 ExportTypeTableExtractor(jsPandaFile, recordName, false).Print(); in PrintTypeInfo()