Home
last modified time | relevance | path

Searched refs:nameKeyType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMappedType.h35 …explicit TSMappedType(TSTypeParameter *typeParameter, Expression *nameKeyType, Expression *typeAnn… in TSMappedType() argument
39 nameKeyType_(nameKeyType), in TSMappedType()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-key-remapping-via-as-expected.txt78 "nameKeyType": {
Dtest_infer-type-with-extends4-expected.txt2424 "nameKeyType": {
2835 "nameKeyType": {
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1223 ir::Expression *nameKeyType = nullptr; in ParseTsMappedType() local
1227 nameKeyType = ParseTsTypeAnnotation(&options); in ParseTsMappedType()
1228 ASSERT(nameKeyType != nullptr); in ParseTsMappedType()
1259 …auto *mappedType = AllocNode<ir::TSMappedType>(typeParameter, nameKeyType, typeAnnotation, readonl… in ParseTsMappedType()