Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts189 …protected getOrCreateRecordForTypeNode(typeNode: ts.TypeNode | undefined, variableNode?: ts.Node):… method in BaseType
190 return this.typeChecker.getOrCreateRecordForTypeNode(typeNode, variableNode);
377 fieldInfo[0] = this.getOrCreateRecordForTypeNode(typeNode, memberName);
613 let typeIndex = this.getOrCreateRecordForTypeNode(typeNode, variableNode);
624 let typeIndex = this.getOrCreateRecordForTypeNode(typeNode, typeNode);
723 let typeIndex = this.getOrCreateRecordForTypeNode(elementNode, elementNode);
748 this.referedTypeIndex = this.getOrCreateRecordForTypeNode(elementNode, elementNode);
802 let typeIndex = this.getOrCreateRecordForTypeNode(propertySig.type, member.name);
878 fieldInfo[0] = this.getOrCreateRecordForTypeNode(typeNode, memberName);
/arkcompiler/ets_frontend/ts2panda/src/
DtypeChecker.ts301 let typeArgIdx = this.getOrCreateRecordForTypeNode(typeArg);
338 …public getOrCreateRecordForTypeNode(typeNode: ts.TypeNode | undefined, variableNode?: ts.Node): Pr… method in TypeChecker
361 let typeIndex = this.getOrCreateRecordForTypeNode(typeNode, variableNode);