Searched refs:typeIdx (Results 1 – 1 of 1) sorted by relevance
294 let typeIdx = pg.getInstTypeMap().get(inst);295 if (typeIdx != undefined) {296 instTypeMap.set(i, typeIdx);304 typeIdx = BuiltinType[name];305 instTypeMap.set(i, typeIdx);326 typeIdx = locals[vreg].getTypeIndex();327 instTypeMap.set(i, typeIdx);339 let typeIdx = typeRecorder.tryGetTypeIndex(ts.getOriginalNode(functionNode)); variable340 instTypeMap.set(functionTypeIndex, typeIdx);346 typeIdx = typeRecorder.tryGetTypeIndex(ts.getOriginalNode(classNode));[all …]