MCPcopy Index your code
hub / github.com/PaulTaykalo/objc-dependency-visualizer / checkProperties

Function checkProperties

Scripts/ace/worker-javascript.js:5302–5310  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

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() {

Callers 2

classbodyFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected