MCPcopy
hub / github.com/jquerytools/jquerytools / stmt

Function stmt

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

Source from the content-addressed store, hash-verified

133return x;}
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;}

Callers 2

blockstmtFunction · 0.85
jslint.jsFile · 0.85

Calls 1

delimFunction · 0.85

Tested by

no test coverage detected