| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | lval.js | 176 pp.checkLVal = function(expr, isBinding, checkClashes) { function in pp 194 this.checkLVal(expr.properties[i].value, isBinding, checkClashes) 200 if (elem) this.checkLVal(elem, isBinding, checkClashes) 205 this.checkLVal(expr.left, isBinding, checkClashes) 209 this.checkLVal(expr.argument, isBinding, checkClashes) 213 this.checkLVal(expr.expression, isBinding, checkClashes)
|
| D | statement.js | 203 this.checkLVal(init) 303 this.checkLVal(clause.param, true) 441 this.checkLVal(decl.id, true) 711 this.checkLVal(node.local, true) 720 this.checkLVal(node.local, true) 740 this.checkLVal(node.local, true)
|
| D | expression.js | 117 this.checkLVal(left) 198 if (update) this.checkLVal(node.argument) 212 this.checkLVal(expr) 718 this.checkLVal(node.id, true) 737 for (let i = 0; i < node.params.length; i++) this.checkLVal(node.params[i], true, nameHash)
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | lval.js | 173 pp.checkLVal = function(expr, isBinding, checkClashes) { function in pp 191 this.checkLVal(expr.properties[i].value, isBinding, checkClashes) 197 if (elem) this.checkLVal(elem, isBinding, checkClashes) 202 this.checkLVal(expr.left, isBinding, checkClashes) 206 this.checkLVal(expr.argument, isBinding, checkClashes) 210 this.checkLVal(expr.expression, isBinding, checkClashes)
|
| D | statement.js | 188 this.checkLVal(init) 282 this.checkLVal(clause.param, true) 422 this.checkLVal(decl.id, true) 621 this.checkLVal(node.local, true) 630 this.checkLVal(node.local, true) 650 this.checkLVal(node.local, true)
|
| D | expression.js | 113 this.checkLVal(left) 190 if (update) this.checkLVal(node.argument) 204 this.checkLVal(expr) 615 this.checkLVal(node.id, true) 631 this.checkLVal(node.params[i], true, nameHash)
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | expression.js | 7 lp.checkLVal = function(expr) { function in lp 15 expr.expression = this.checkLVal(expr.expression) 63 node.left = this.tok.type === tt.eq ? this.toAssignable(left) : this.checkLVal(left) 124 if (update) node.argument = this.checkLVal(node.argument) 137 node.argument = this.checkLVal(expr)
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | expression.js | 7 lp.checkLVal = function(expr) { function in lp 15 expr.expression = this.checkLVal(expr.expression) 63 node.left = this.tok.type === tt.eq ? this.toAssignable(left) : this.checkLVal(left) 121 if (update) node.argument = this.checkLVal(node.argument) 134 node.argument = this.checkLVal(expr)
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.es.js | 802 this.checkLVal(init) 898 this.checkLVal(clause.param, true) 1044 this.checkLVal(decl.id, true) 1251 this.checkLVal(node.local, true) 1260 this.checkLVal(node$1.local, true) 1280 this$1.checkLVal(node$2.local, true) 1460 pp$2.checkLVal = function(expr, isBinding, checkClashes) { function 1480 this$1.checkLVal(expr.properties[i].value, isBinding, checkClashes) 1486 if (elem) this$1.checkLVal(elem, isBinding, checkClashes) 1491 this.checkLVal(expr.left, isBinding, checkClashes) [all …]
|
| D | acorn.js | 808 this.checkLVal(init) 904 this.checkLVal(clause.param, true) 1050 this.checkLVal(decl.id, true) 1257 this.checkLVal(node.local, true) 1266 this.checkLVal(node$1.local, true) 1286 this$1.checkLVal(node$2.local, true) 1466 pp$2.checkLVal = function(expr, isBinding, checkClashes) { 1486 this$1.checkLVal(expr.properties[i].value, isBinding, checkClashes) 1492 if (elem) this$1.checkLVal(elem, isBinding, checkClashes) 1497 this.checkLVal(expr.left, isBinding, checkClashes) [all …]
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.es.js | 851 this.checkLVal(init) 953 this.checkLVal(clause.param, true) 1097 this.checkLVal(decl.id, true) 1379 this.checkLVal(node.local, true) 1388 this.checkLVal(node$1.local, true) 1408 this$1.checkLVal(node$2.local, true) 1591 pp$2.checkLVal = function(expr, isBinding, checkClashes) { function 1611 this$1.checkLVal(expr.properties[i].value, isBinding, checkClashes) 1617 if (elem) this$1.checkLVal(elem, isBinding, checkClashes) 1622 this.checkLVal(expr.left, isBinding, checkClashes) [all …]
|
| D | acorn.js | 857 this.checkLVal(init) 959 this.checkLVal(clause.param, true) 1103 this.checkLVal(decl.id, true) 1385 this.checkLVal(node.local, true) 1394 this.checkLVal(node$1.local, true) 1414 this$1.checkLVal(node$2.local, true) 1597 pp$2.checkLVal = function(expr, isBinding, checkClashes) { 1617 this$1.checkLVal(expr.properties[i].value, isBinding, checkClashes) 1623 if (elem) this$1.checkLVal(elem, isBinding, checkClashes) 1628 this.checkLVal(expr.left, isBinding, checkClashes) [all …]
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 2040 this.checkLVal(init, undefined, undefined, description); 2150 this.checkLVal(clause.param, true, Object.create(null), "catch clause"); 2356 this.checkLVal(decl.id, true, undefined, "variable declaration"); 2893 this.checkLVal(specifier.local, true, undefined, "import namespace specifier"); 2925 this.checkLVal(specifier.local, true, undefined, "import specifier"); 2932 this.checkLVal(node.local, true, undefined, "default import specifier"); 3148 pp$2.checkLVal = function (expr, isBinding, checkClashes, contextDescription) { function 3195 this.checkLVal(prop, isBinding, checkClashes, "object destructuring pattern"); 3214 if (elem) this.checkLVal(elem, isBinding, checkClashes, "array destructuring pattern"); 3219 this.checkLVal(expr.left, isBinding, checkClashes, "assignment pattern"); [all …]
|