MCPcopy Create free account
hub / github.com/aurelia/binding / b

Function b

test/parser.spec.js:227–227  ·  view source on GitHub ↗
(l, op, r)

Source from the content-addressed store, hash-verified

225 describe('Binary operator precedence', () => {
226 const x = [0, 1, 2, 3, 4, 5, 6, 7].map(i => new AccessScope(`x${i}`, 0));
227 const b = (l, op, r) => new Binary(op, l, r);
228 const prec1 = ['||'];
229 const prec2 = ['&&'];
230 const prec3 = ['^'];

Callers 1

parser.spec.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected