(props)
| 5300 | } |
| 5301 | } |
| 5302 | function checkProperties(props) { |
| 5303 | if (state.option.inES5()) { |
| 5304 | for (var name in props) { |
| 5305 | if (_.has(props, name) && props[name].setterToken && !props[name].getterToken) { |
| 5306 | warning("W078", props[name].setterToken); |
| 5307 | } |
| 5308 | } |
| 5309 | } |
| 5310 | } |
| 5311 | |
| 5312 | (function(x) { |
| 5313 | x.nud = function() { |
no test coverage detected