MCPcopy Create free account
hub / github.com/browserify/static-module / binop

Function binop

bench/input.js:133–135  ·  view source on GitHub ↗
(name, prec)

Source from the content-addressed store, hash-verified

131};
132
133function binop(name, prec) {
134 return new TokenType(name, {beforeExpr: true, binop: prec})
135}
136var beforeExpr = {beforeExpr: true};
137var startsExpr = {startsExpr: true};
138

Callers 1

input.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…