Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h36 INDEXSIG, enumerator
44 TYPEKIND_LAST = INDEXSIG,
Dts_type_parser.h114 return kind == TSTypeKind::IMPORT || kind == TSTypeKind::INDEXSIG; in TypeNeedResolve()
Dts_type_parser.cpp130 case TSTypeKind::INDEXSIG: { in ResolveType()
183 ASSERT(typeLiteralExtractor->GetTypeKind() == TSTypeKind::INDEXSIG); in ParseIndexSigType()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp168 case TSTypeKind::INDEXSIG: in PrintTypeKind()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h222 INDEXSIG enumerator
412 buffer_->Add(recorder_->Allocator()->New<ir::NumberLiteral>(UserType::INDEXSIG)); in FillLiteralBuffer()