Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
DtypeChecker.ts145 classTypeIndex = this.getOrCreateInstanceType(classTypeIndex);
277 getOrCreateInstanceType(classTypeIdx: number): number { method in TypeChecker
293 return this.getOrCreateInstanceType(builtinContainerTypeIdx);
310 return this.getOrCreateInstanceType(BuiltinType[name]);
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts307 let instTypeIdx = this.typeChecker.getOrCreateInstanceType(this.shiftedTypeIndex);