Searched refs:bindPropertyAssignment (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 3005 …bindPropertyAssignment(node.left.expression, node.left, /*isPrototypeProperty*/ false, /*container… 3032 …bindPropertyAssignment(constructorFunction, lhs, /*isPrototypeProperty*/ true, /*containerIsClass*… 3078 …bindPropertyAssignment(node.expression, node, /*isPrototypeProperty*/ false, /*containerIsClass*/ … 3158 …function bindPropertyAssignment(name: BindableStaticNameExpression, propertyAccess: BindableStatic… function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 49812 …bindPropertyAssignment(node.left.expression, node.left, /*isPrototypeProperty*/ false, /*container… 49835 …bindPropertyAssignment(constructorFunction, lhs, /*isPrototypeProperty*/ true, /*containerIsClass*… 49879 …bindPropertyAssignment(node.expression, node, /*isPrototypeProperty*/ false, /*containerIsClass*/ … 49951 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { function
|
| D | tsc.js | 41126 bindPropertyAssignment(node.left.expression, node.left, false, true); 41141 bindPropertyAssignment(constructorFunction, lhs, true, true); 41176 bindPropertyAssignment(node.expression, node, false, false); 41242 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { function
|