Home
last modified time | relevance | path

Searched refs:hasArrayTypeMapping (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts753 if (this.hasArrayTypeMapping(this.referedTypeIndex)) {
763 hasArrayTypeMapping(referedTypeIndex: number): boolean { method in ArrayType
764 return this.typeRecorder.hasArrayTypeMapping(referedTypeIndex);
/arkcompiler/ets_frontend/ts2panda/src/
DtypeRecorder.ts105 public hasArrayTypeMapping(contentTypeIndex: number): boolean { method in TypeRecorder