Searched refs:toks (Results 1 – 17 of 17) sorted by relevance
/plugin/asciidocjs/node_modules/acorn/src/loose/ |
D | tokenize.js | 29 this.toks.next() 30 if (this.toks.type === tt.dot && 31 this.input.substr(this.toks.end, 1) === "." && 33 this.toks.end++ 34 this.toks.type = tt.ellipsis 36 return new Token(this.toks) 77 this.toks, 87 this.toks.pos = pos 89 this.toks.exprAllowed = !ch || /[\[\{\(,;:?\/*=+\-~!|&%^<>]/.test(ch) ||
|
D | state.js | 8 this.toks = tokenizer(input, options) 9 this.options = this.toks.options 10 this.input = this.toks.input 13 let here = this.toks.curPosition() 14 this.tok.loc = new SourceLocation(this.toks, here, here) 28 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null) 37 return new Node(this.toks, pos[0], pos[1]) 39 return new Node(this.toks, pos)
|
D | statement.js | 21 if (this.toks.isLet()) { 55 let isLet = this.toks.isLet() 174 if (this.toks.isAsyncFunction()) { 349 if (this.tok.type === tt._function || (isAsync = this.toks.isAsyncFunction())) { 362 if (this.tok.type.keyword || this.toks.isLet() || this.toks.isAsyncFunction()) {
|
D | expression.js | 45 if (this.toks.isContextual("yield")) { 114 if (this.options.ecmaVersion >= 8 && this.inAsync && this.toks.isContextual("await")) {
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
D | tokenize.js | 29 this.toks.next() 30 if (this.toks.type === tt.dot && 31 this.input.substr(this.toks.end, 1) === "." && 33 this.toks.end++ 34 this.toks.type = tt.ellipsis 36 return new Token(this.toks) 77 this.toks, 87 this.toks.pos = pos 89 this.toks.exprAllowed = !ch || /[\[\{\(,;:?\/*=+\-~!|&%^<>]/.test(ch) ||
|
D | state.js | 8 this.toks = tokenizer(input, options) 9 this.options = this.toks.options 10 this.input = this.toks.input 13 let here = this.toks.curPosition() 14 this.tok.loc = new SourceLocation(this.toks, here, here) 27 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null) 36 return new Node(this.toks, pos[0], pos[1]) 38 return new Node(this.toks, pos)
|
D | statement.js | 21 if (this.toks.isLet()) { 55 let isLet = this.toks.isLet() 337 if (this.tok.type.keyword || this.toks.isLet()) {
|
D | expression.js | 45 if (this.toks.isContextual("yield")) {
|
/plugin/asciidocjs/node_modules/acorn/dist/ |
D | acorn_loose.es.js | 9 this.toks = tokenizer(input, options) 10 this.options = this.toks.options 11 this.input = this.toks.input 14 var here = this.toks.curPosition() 15 this.tok.loc = new SourceLocation(this.toks, here, here) 29 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null) 38 return new Node(this.toks, pos[0], pos[1]) 40 return new Node(this.toks, pos) 200 this$1.toks.next() 201 if (this$1.toks.type === tokTypes.dot && [all …]
|
D | acorn_loose.js | 13 this.toks = __acorn.tokenizer(input, options) 14 this.options = this.toks.options 15 this.input = this.toks.input 18 var here = this.toks.curPosition() 19 this.tok.loc = new __acorn.SourceLocation(this.toks, here, here) 33 …return new __acorn.Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : n… 42 return new __acorn.Node(this.toks, pos[0], pos[1]) 44 return new __acorn.Node(this.toks, pos) 204 this$1.toks.next() 205 if (this$1.toks.type === __acorn.tokTypes.dot && [all …]
|
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
D | acorn_loose.es.js | 9 this.toks = tokenizer(input, options) 10 this.options = this.toks.options 11 this.input = this.toks.input 14 var here = this.toks.curPosition() 15 this.tok.loc = new SourceLocation(this.toks, here, here) 28 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null) 37 return new Node(this.toks, pos[0], pos[1]) 39 return new Node(this.toks, pos) 199 this$1.toks.next() 200 if (this$1.toks.type === tokTypes.dot && [all …]
|
D | acorn_loose.js | 15 this.toks = acorn.tokenizer(input, options) 16 this.options = this.toks.options 17 this.input = this.toks.input 20 var here = this.toks.curPosition() 21 this.tok.loc = new acorn.SourceLocation(this.toks, here, here) 34 …return new acorn.Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : nul… 43 return new acorn.Node(this.toks, pos[0], pos[1]) 45 return new acorn.Node(this.toks, pos) 205 this$1.toks.next() 206 if (this$1.toks.type === acorn.tokTypes.dot && [all …]
|
/plugin/cli/ |
D | syntax.php | 459 $toks=array(); 472 case 'A' : $toks[] = $tok; $tok=''; break; 473 case 'A+' : $toks[] = $tok; $tok=$c; break; 480 $toks[] = $tok; 486 msg( "line <pre>«".hsc($str)."»</pre>parsed as :<pre>".hsc(print_r($toks,1))."</pre>" ); 487 return $toks; 507 $toks=$this->_tokenize($str); 508 $n=count($toks) ; 514 if( $toks[$i + 1] === '=' ) { 515 $key=$this->_map($toks[$i]); [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
D | xlsx.min.js | 4 …toks=x.split(">");var type=toks[0].substring(4),text=toks[1];switch(type){case"lpstr":case"lpwstr"…
|
D | xlsx.js | 2710 var toks = x.split('>'); variable 2711 var type = toks[0].substring(4), text = toks[1]; 2733 … if(typeof console !== 'undefined') console.warn('Unexpected', x, type, toks);
|
D | xlsx.min.map | 1 …,"W","Application","CUST_PROPS","custregex","parse_cust_props","xmlnsvt","toks","warn","CUST_PROPS…
|
/plugin/xlsx2dw/packages/xlsx/ |
D | xlsx.mjs | 5779 var toks = x.split('>'); 5780 var type = toks[0].slice(4), text = toks[1]; 5803 if(opts.WTF && typeof console !== 'undefined') console.warn('Unexpected', x, type, toks);
|