Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dbinder.ts3005bindPropertyAssignment(node.left.expression, node.left, /*isPrototypeProperty*/ false, /*container…
3032bindPropertyAssignment(constructorFunction, lhs, /*isPrototypeProperty*/ true, /*containerIsClass*…
3078bindPropertyAssignment(node.expression, node, /*isPrototypeProperty*/ false, /*containerIsClass*/ …
3158 …function bindPropertyAssignment(name: BindableStaticNameExpression, propertyAccess: BindableStatic… function
/third_party/typescript/lib/
DtypingsInstaller.js49812bindPropertyAssignment(node.left.expression, node.left, /*isPrototypeProperty*/ false, /*container…
49835bindPropertyAssignment(constructorFunction, lhs, /*isPrototypeProperty*/ true, /*containerIsClass*…
49879bindPropertyAssignment(node.expression, node, /*isPrototypeProperty*/ false, /*containerIsClass*/ …
49951 … function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) { function
Dtsc.js41126 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