(parent, propertyName, siblings)
| 67758 | return regularNew; |
| 67759 | } |
| 67760 | function createWideningContext(parent, propertyName, siblings) { |
| 67761 | return { parent: parent, propertyName: propertyName, siblings: siblings, resolvedProperties: undefined }; |
| 67762 | } |
| 67763 | function getSiblingsOfContext(context) { |
| 67764 | if (!context.siblings) { |
| 67765 | var siblings_1 = []; |
no outgoing calls
no test coverage detected