(s,f,p)
| 153 | if(left===syntax['function']){warning("Expected an identifier in an assignment and instead saw a function invocation.",token);}} |
| 154 | error("Bad assignment.",this);},20);} |
| 155 | function bitwise(s,f,p){var x=symbol(s,p);reserveName(x);x.led=(typeof f==='function')?f:function(left){if(option.bitwise){warning("Unexpected use of '{a}'.",this,this.id);} |
| 156 | nonadjacent(prevtoken,token);nonadjacent(token,nexttoken);this.left=left;this.right=parse(p);return this;};return x;} |
| 157 | function bitwiseassignop(s){symbol(s,20).exps=true;return infix(s,function(left){if(option.bitwise){warning("Unexpected use of '{a}'.",this,this.id);} |
| 158 | nonadjacent(prevtoken,token);nonadjacent(token,nexttoken);if(left){if(left.id==='.'||left.id==='['||(left.identifier&&!left.reserved)){parse(19);return left;} |
| 159 | if(left===syntax['function']){warning("Expected an identifier in an assignment, and instead saw a function invocation.",token);}} |
no test coverage detected