Searched refs:propertySet (Results 1 – 2 of 2) sorted by relevance
15 …propertySet.properties&&(o=p(t,e.propertySet.properties)),e.propertySet.property===t&&(o=e.propert… property
549 const propertySet: Set<string> = getCollectionSet(name, propertyCollection); constant608 function isThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean {610 propertySet.has(node.name.escapedText.toString())) {616 function isNonThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean {625 !propertySet.has(node.name.escapedText.toString())) {