Lines Matching refs:pp
5 const pp = Parser.prototype constant
10 pp.strictDirective = function(start) {
24 pp.eat = function(type) {
35 pp.isContextual = function(name) {
41 pp.eatContextual = function(name) {
47 pp.expectContextual = function(name) {
53 pp.canInsertSemicolon = function() {
59 pp.insertSemicolon = function() {
70 pp.semicolon = function() {
74 pp.afterTrailingComma = function(tokType, notNext) {
87 pp.expect = function(type) {
93 pp.unexpected = function(pos) {
103 pp.checkPatternErrors = function(refDestructuringErrors, isAssign) {
111 pp.checkExpressionErrors = function(refDestructuringErrors, andThrow) {
117 pp.checkYieldAwaitInDefaultParams = function() {
124 pp.isSimpleAssignTarget = function(expr) {