| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/ |
| D | index.js | 35 export {isIdentifierChar, isIdentifierStart} from "./identifier"
|
| D | identifier.js | 72 export function isIdentifierChar(code, astral) { function
|
| D | tokenize.js | 1 import {isIdentifierStart, isIdentifierChar} from "./identifier" 665 if (isIdentifierChar(ch, astral)) { 675 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral))
|
| D | statement.js | 4 import {isIdentifierStart, isIdentifierChar} from "./identifier" 43 for (var pos = next + 1; isIdentifierChar(this.input.charCodeAt(pos), true); ++pos) {}
|
| /plugin/asciidocjs/node_modules/acorn/src/ |
| D | index.js | 35 export {isIdentifierChar, isIdentifierStart} from "./identifier"
|
| D | identifier.js | 71 export function isIdentifierChar(code, astral) { function
|
| D | tokenize.js | 1 import {isIdentifierStart, isIdentifierChar} from "./identifier" 653 if (isIdentifierChar(ch, astral)) { 663 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral))
|
| D | statement.js | 4 import {isIdentifierStart, isIdentifierChar} from "./identifier" 39 for (var pos = next + 1; isIdentifierChar(this.input.charCodeAt(pos), true); ++pos) {} 58 (next + 8 == this.input.length || !isIdentifierChar(this.input.charAt(next + 8)))
|
| /plugin/codemirror/dist/modes/ |
| D | clike.min.js | 1 …isIdentifierChar||/[\w\$_\xa1-\uffff]/,C=i.isReservedIdentifier||false;var D,E;function F(a,b){var… property
|
| D | clike.min.js.map | 1 …isIdentifierChar","isReservedIdentifier","curPunc","isDefKeyword","tokenBase","ch","next","result"…
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | acorn.js | 77 function isIdentifierChar(code, astral) { function 691 for (var pos = next + 1; isIdentifierChar(this.input.charCodeAt(pos), true); ++pos) {} 710 (next + 8 == this.input.length || !isIdentifierChar(this.input.charAt(next + 8))) 3312 if (isIdentifierChar(ch, astral)) { 3322 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3424 exports.isIdentifierChar = isIdentifierChar;
|
| D | acorn.es.js | 71 function isIdentifierChar(code, astral) { function 685 for (var pos = next + 1; isIdentifierChar(this.input.charCodeAt(pos), true); ++pos) {} 704 (next + 8 == this.input.length || !isIdentifierChar(this.input.charAt(next + 8))) 3306 if (isIdentifierChar(ch, astral)) { 3316 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3401 …pe, tt as tokTypes, keywordTypes, TokContext, types as tokContexts, isIdentifierChar, isIdentifier…
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | acorn.js | 78 function isIdentifierChar(code, astral) { function 661 for (var pos = next + 1; isIdentifierChar(this.input.charCodeAt(pos), true); ++pos) {} 3055 if (isIdentifierChar(ch, astral)) { 3065 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3133 exports.isIdentifierChar = isIdentifierChar;
|
| D | acorn.es.js | 72 function isIdentifierChar(code, astral) { function 655 for (var pos = next + 1; isIdentifierChar(this.input.charCodeAt(pos), true); ++pos) {} 3049 if (isIdentifierChar(ch, astral)) { 3059 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, astral)) 3112 … Node, TokenType, tt as tokTypes, TokContext, types as tokContexts, isIdentifierChar, isIdentifier…
|
| /plugin/asciidocjs/node_modules/babylon/lib/ |
| D | index.js | 88 function isIdentifierChar(code) { function 1476 if (isIdentifierChar(ch)) { 1492 if (!(first ? isIdentifierStart : isIdentifierChar)(esc, true)) { 7000 } while (isIdentifierChar(ch) || ch === 45); // "-"
|