(props)
| 5056 | } |
| 5057 | } |
| 5058 | function checkProperties(props) { |
| 5059 | if (state.option.inES5()) { |
| 5060 | for (var name in props) { |
| 5061 | if (_.has(props, name) && props[name].setterToken && !props[name].getterToken) { |
| 5062 | warning("W078", props[name].setterToken); |
| 5063 | } |
| 5064 | } |
| 5065 | } |
| 5066 | } |
| 5067 | |
| 5068 | (function (x) { |
| 5069 | x.nud = function () { |
no test coverage detected