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()
85 bool typeExtractor {false};
213 "typescript/extractor/typeExtractor.cpp",
341 compilerOptions_.typeExtractor = opTypeExtractor.GetValue(); in Parse()342 if (compilerOptions_.typeExtractor) { in Parse()
613 TypeLiteralExtractor typeExtractor(jsPandaFile_, typeId); in CheckExportNameAndClassType() local614 if (typeExtractor.GetTypeKind() == TSTypeKind::CLASS) { in CheckExportNameAndClassType()