Lines Matching +defs:name +defs:value
3 Object.defineProperty(exports, '__esModule', { value: true }); property
171 value: subClass, property
243 function KeywordTokenType(name) { argument
258 function BinopTokenType(name, prec) { argument
270 name: new TokenType("name", { startsExpr: startsExpr }), property
369 Object.keys(keywords).forEach(function (name) { argument
791 value: text, property
1591 Parser.prototype.hasPlugin = function hasPlugin(name) { argument
1599 Parser.prototype.extend = function extend(name, f) { argument
1607 var pluginNames = Object.keys(plugins).filter(function (name) { argument
1612 pluginNames.forEach(function (name) { argument
1710 pp.isContextual = function (name) { argument
1716 pp.eatContextual = function (name) { argument
1722 pp.expectContextual = function (name, message) { argument
2227 this.state.labels.push({ name: maybeName, kind: kind, statementStart: this.state.start }); property
2811 pp$1.checkDuplicateExports = function (node, name) { argument
2818 pp$1.raiseDuplicateExportError = function (node, name) { argument
3775 pp$3.parseLiteral = function (value, type, startPos, startLoc) { argument
4680 pp$7.estreeParseLiteral = function (value) { argument
6055 return function (name) { argument