Home
last modified time | relevance | path

Searched refs:lineBreakG (Results 1 – 17 of 17) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dlocutil.js1 import {lineBreakG} from "./whitespace"
33 lineBreakG.lastIndex = cur
34 let match = lineBreakG.exec(input)
Dwhitespace.js5 export const lineBreakG = new RegExp(lineBreak.source, "g") constant
Dindex.js37 export {isNewLine, lineBreak, lineBreakG} from "./whitespace"
Dtokenize.js5 import {lineBreak, lineBreakG, isNewLine, nonASCIIwhitespace} from "./whitespace"
119 lineBreakG.lastIndex = start
121 while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {
/plugin/asciidocjs/node_modules/acorn/src/
Dlocutil.js1 import {lineBreakG} from "./whitespace"
33 lineBreakG.lastIndex = cur
34 let match = lineBreakG.exec(input)
Dwhitespace.js5 export const lineBreakG = new RegExp(lineBreak.source, "g") constant
Dindex.js37 export {isNewLine, lineBreak, lineBreakG} from "./whitespace"
Dtokenize.js5 import {lineBreak, lineBreakG, isNewLine, nonASCIIwhitespace} from "./whitespace"
106 lineBreakG.lastIndex = start
108 while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dtokenize.js1 import {tokTypes as tt, Token, isNewLine, SourceLocation, getLineInfo, lineBreakG} from "../index"
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dtokenize.js1 import {tokTypes as tt, Token, isNewLine, SourceLocation, getLineInfo, lineBreakG} from "acorn"
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.es.js1 …, tokTypes, tokenizer, Node, lineBreak, isNewLine, getLineInfo, Token, lineBreakG } from './acorn';
Dacorn.js243 var lineBreakG = new RegExp(lineBreak.source, "g")
289 lineBreakG.lastIndex = cur
290 var match = lineBreakG.exec(input)
2751 lineBreakG.lastIndex = start
2753 while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {
3429 exports.lineBreakG = lineBreakG;
Dacorn.es.js237 var lineBreakG = new RegExp(lineBreak.source, "g") variable
283 lineBreakG.lastIndex = cur
284 var match = lineBreakG.exec(input)
2745 lineBreakG.lastIndex = start
2747 while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {
3401 …pes as tokContexts, isIdentifierChar, isIdentifierStart, Token, isNewLine, lineBreak, lineBreakG };
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.es.js1 …, tokTypes, tokenizer, Node, lineBreak, isNewLine, getLineInfo, Token, lineBreakG } from './acorn.…
Dacorn.js244 var lineBreakG = new RegExp(lineBreak.source, "g")
290 lineBreakG.lastIndex = cur
291 var match = lineBreakG.exec(input)
2495 lineBreakG.lastIndex = start
2497 while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {
3138 exports.lineBreakG = lineBreakG;
Dacorn.es.js238 var lineBreakG = new RegExp(lineBreak.source, "g") variable
284 lineBreakG.lastIndex = cur
285 var match = lineBreakG.exec(input)
2489 lineBreakG.lastIndex = start
2491 while ((match = lineBreakG.exec(this.input)) && match.index < this.pos) {
3112 …pes as tokContexts, isIdentifierChar, isIdentifierStart, Token, isNewLine, lineBreak, lineBreakG };
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js377 var lineBreakG = new RegExp(lineBreak.source, "g"); variable
501 lineBreakG.lastIndex = cur;
502 var match = lineBreakG.exec(input);
811 lineBreakG.lastIndex = start;
813 while ((match = lineBreakG.exec(this.input)) && match.index < this.state.pos) {