Home
last modified time | relevance | path

Searched refs:bindPrototypePropertyAssignment (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dbinder.ts2550bindPrototypePropertyAssignment((node as BindableStaticPropertyAssignmentExpression).left, node);
2993 bindPrototypePropertyAssignment(node, node.parent);
3021 … function bindPrototypePropertyAssignment(lhs: BindableStaticAccessExpression, parent: Node) { function
/third_party/typescript/lib/
DtypingsInstaller.js49387 bindPrototypePropertyAssignment(node.left, node);
49801 bindPrototypePropertyAssignment(node, node.parent);
49826 function bindPrototypePropertyAssignment(lhs, parent) { function
Dtsc.js40738 bindPrototypePropertyAssignment(node.left, node);
41116 bindPrototypePropertyAssignment(node, node.parent);
41135 function bindPrototypePropertyAssignment(lhs, parent) { function