Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dstatement.js328 if (label.statementStart == node.start) {
329 label.statementStart = this.start
333 this.labels.push({name: maybeName, kind: kind, statementStart: this.start}) property
/plugin/asciidocjs/node_modules/acorn/src/
Dstatement.js349 if (label.statementStart == node.start) {
350 label.statementStart = this.start
354 this.labels.push({name: maybeName, kind: kind, statementStart: this.start}) property
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js946 if (label.statementStart == node.start) {
947 label.statementStart = this$1.start
951 this.labels.push({name: maybeName, kind: kind, statementStart: this.start}) property
Dacorn.js952 if (label.statementStart == node.start) {
953 label.statementStart = this$1.start
957 this.labels.push({name: maybeName, kind: kind, statementStart: this.start}) property
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js1001 if (label.statementStart == node.start) {
1002 label.statementStart = this$1.start
1006 this.labels.push({name: maybeName, kind: kind, statementStart: this.start}) property
Dacorn.js1007 if (label.statementStart == node.start) {
1008 label.statementStart = this$1.start
1012 this.labels.push({name: maybeName, kind: kind, statementStart: this.start}) property
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js2219 if (label.statementStart === node.start) {
2220 label.statementStart = this.state.start;
2227 this.state.labels.push({ name: maybeName, kind: kind, statementStart: this.state.start }); property