Searched refs:typeExtractor (Results 1 – 5 of 5) sorted by relevance
42 … isTypeExtractorEnabled = ((program->Extension() == ScriptExtension::TS) && options.typeExtractor); in Compile()75 context.GetEmitter()->FillTypeInfoRecord(&context, options.typeExtractor, in Compile()76 options.typeExtractor ? extractor_->Recorder()->GetTypeSummaryIndex() : 0, in Compile()
86 bool typeExtractor {false};
219 "typescript/extractor/typeExtractor.cpp",
350 compilerOptions_.typeExtractor = opTypeExtractor.GetValue(); in Parse()351 if (compilerOptions_.typeExtractor) { in Parse()
691 TypeLiteralExtractor typeExtractor(jsPandaFile_, typeId); in CheckExportNameAndClassType() local692 if (typeExtractor.GetTypeKind() == TSTypeKind::CLASS) { in CheckExportNameAndClassType()