MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / checkProperties

Function checkProperties

ServerEditorWeb/ace/worker-javascript.js:5058–5066  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

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

Callers 2

classbodyFunction · 0.85

Calls 1

warningFunction · 0.85

Tested by

no test coverage detected