Home
last modified time | relevance | path

Searched refs:typeExtractor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp42 … 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()
/arkcompiler/ets_frontend/es2panda/
Des2panda.h85 bool typeExtractor {false};
DBUILD.gn213 "typescript/extractor/typeExtractor.cpp",
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp341 compilerOptions_.typeExtractor = opTypeExtractor.GetValue(); in Parse()
342 if (compilerOptions_.typeExtractor) { in Parse()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp613 TypeLiteralExtractor typeExtractor(jsPandaFile_, typeId); in CheckExportNameAndClassType() local
614 if (typeExtractor.GetTypeKind() == TSTypeKind::CLASS) { in CheckExportNameAndClassType()