MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / assignop

Function assignop

lib/web/jshint.js:20339–20353  ·  view source on GitHub ↗
(s, f, p)

Source from the content-addressed store, hash-verified

20337 }
20338
20339 function assignop(s, f, p) {
20340 var x = infix(s, typeof f === "function" ? f : function(left, that) {
20341 that.left = left;
20342
20343 checkLeftSideAssign(left, that, { allowDestructuring: true });
20344
20345 that.right = expression(10);
20346
20347 return that;
20348 }, p);
20349
20350 x.exps = true;
20351 x.assign = true;
20352 return x;
20353 }
20354
20355
20356 function bitwise(s, f, p) {

Callers 2

bitwiseassignopFunction · 0.85
jshint.jsFile · 0.85

Calls 3

infixFunction · 0.85
checkLeftSideAssignFunction · 0.85
expressionFunction · 0.70

Tested by

no test coverage detected