MCPcopy Index your code
hub / github.com/jquerytools/jquerytools / blockstmt

Function blockstmt

lib/jslint.js:136–136  ·  view source on GitHub ↗
(s,f)

Source from the content-addressed store, hash-verified

134function delim(s){return symbol(s,0);}
135function stmt(s,f){var x=delim(s);x.identifier=x.reserved=true;x.fud=f;return x;}
136function blockstmt(s,f){var x=stmt(s,f);x.block=true;return x;}
137function reserveName(x){var c=x.id.charAt(0);if((c>='a'&&c<='z')||(c>='A'&&c<='Z')){x.identifier=x.reserved=true;}
138return x;}
139function prefix(s,f){var x=symbol(s,150);reserveName(x);x.nud=(typeof f==='function')?f:function(){if(option.plusplus&&(this.id==='++'||this.id==='--')){warning("Unexpected use of '{a}'.",this,this.id);}

Callers 1

jslint.jsFile · 0.85

Calls 1

stmtFunction · 0.85

Tested by

no test coverage detected