(container, propStr, propParts)
| 232 | } |
| 233 | |
| 234 | function badContainer(container, propStr, propParts) { |
| 235 | return { |
| 236 | set: function() { throw 'bad container'; }, |
| 237 | get: function() {}, |
| 238 | astr: propStr, |
| 239 | parts: propParts, |
| 240 | obj: container |
| 241 | }; |
| 242 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…