Home
last modified time | relevance | path

Searched refs:braceBarL (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js277 braceBarL: new TokenType("{|", { beforeExpr: beforeExpr, startsExpr: startsExpr }), property
1065 return this.finishOp(types.braceBarL, 2);
5435 if (allowExact && this.match(types.braceBarL)) {
5436 this.expect(types.braceBarL);
5662 case types.braceBarL: