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

Function bitwise

ServerEditorWeb/ace/worker-javascript.js:3534–3546  ·  view source on GitHub ↗
(s, f, p)

Source from the content-addressed store, hash-verified

3532
3533
3534 function bitwise(s, f, p) {
3535 var x = symbol(s, p);
3536 reserveName(x);
3537 x.led = (typeof f === "function") ? f : function (left) {
3538 if (state.option.bitwise) {
3539 warning("W016", this, this.id);
3540 }
3541 this.left = left;
3542 this.right = expression(p);
3543 return this;
3544 };
3545 return x;
3546 }
3547
3548
3549 function bitwiseassignop(s) {

Callers 1

Calls 4

symbolFunction · 0.85
reserveNameFunction · 0.85
warningFunction · 0.85
expressionFunction · 0.85

Tested by

no test coverage detected