Home
last modified time | relevance | path

Searched refs:ExportTypeTableExtractor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h213 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);
Dtype_literal_extractor.cpp324 ExportTypeTableExtractor::ExportTypeTableExtractor(const JSPandaFile *jsPandaFile, in ExportTypeTableExtractor() function in panda::ecmascript::ExportTypeTableExtractor
331 void ExportTypeTableExtractor::ProcessExportTable(const JSPandaFile *jsPandaFile, in ProcessExportTable()
368 void ExportTypeTableExtractor::Print() const in Print()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1543 ExportTypeTableExtractor exTableExtractor(jsPandaFile, recordName, isBuiltinTable); in GenerateExportTableFromLiteral()
1662 ExportTypeTableExtractor(jsPandaFile, recordName, false).Print(); in PrintTypeInfo()