Home
last modified time | relevance | path

Searched refs:TokContext (Results 1 – 9 of 9) sorted by relevance

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js9 export class TokContext { class
19 b_stat: new TokContext("{", false),
20 b_expr: new TokContext("{", true),
21 b_tmpl: new TokContext("${", true),
22 p_stat: new TokContext("(", false),
23 p_expr: new TokContext("(", true),
24 q_tmpl: new TokContext("`", true, true, p => p.readTmplToken()),
25 f_expr: new TokContext("function", true)
Dindex.js34 export {TokContext, types as tokContexts} from "./tokencontext"
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js9 export class TokContext { class
19 b_stat: new TokContext("{", false),
20 b_expr: new TokContext("{", true),
21 b_tmpl: new TokContext("${", true),
22 p_stat: new TokContext("(", false),
23 p_expr: new TokContext("(", true),
24 q_tmpl: new TokContext("`", true, true, p => p.readTmplToken()),
25 f_expr: new TokContext("function", true)
Dindex.js34 export {TokContext, types as tokContexts} from "./tokencontext"
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.js2280 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { class
2288 b_stat: new TokContext("{", false),
2289 b_expr: new TokContext("{", true),
2290 b_tmpl: new TokContext("${", true),
2291 p_stat: new TokContext("(", false),
2292 p_expr: new TokContext("(", true),
2293 q_tmpl: new TokContext("`", true, true, function (p) { return p.readTmplToken(); }),
2294 f_expr: new TokContext("function", true)
3131 exports.TokContext = TokContext;
Dacorn.es.js2274 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { class
2282 b_stat: new TokContext("{", false),
2283 b_expr: new TokContext("{", true),
2284 b_tmpl: new TokContext("${", true),
2285 p_stat: new TokContext("(", false),
2286 p_expr: new TokContext("(", true),
2287 q_tmpl: new TokContext("`", true, true, function (p) { return p.readTmplToken(); }),
2288 f_expr: new TokContext("function", true)
3112 …osition, SourceLocation, getLineInfo, Node, TokenType, tt as tokTypes, TokContext, types as tokCon…
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.js2551 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { class
2559 b_stat: new TokContext("{", false),
2560 b_expr: new TokContext("{", true),
2561 b_tmpl: new TokContext("${", true),
2562 p_stat: new TokContext("(", false),
2563 p_expr: new TokContext("(", true),
2564 q_tmpl: new TokContext("`", true, true, function (p) { return p.readTmplToken(); }),
2565 f_expr: new TokContext("function", true)
3422 exports.TokContext = TokContext;
Dacorn.es.js2545 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { class
2553 b_stat: new TokContext("{", false),
2554 b_expr: new TokContext("{", true),
2555 b_tmpl: new TokContext("${", true),
2556 p_stat: new TokContext("(", false),
2557 p_expr: new TokContext("(", true),
2558 q_tmpl: new TokContext("`", true, true, function (p) { return p.readTmplToken(); }),
2559 f_expr: new TokContext("function", true)
3401 …eLocation, getLineInfo, Node, TokenType, tt as tokTypes, keywordTypes, TokContext, types as tokCon…
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js389 var TokContext = function TokContext(token, isExpr, preserveSpace, override) { class
390 classCallCheck(this, TokContext);
399 braceStatement: new TokContext("{", false),
400 braceExpression: new TokContext("{", true),
401 templateQuasi: new TokContext("${", true),
402 parenStatement: new TokContext("(", false),
403 parenExpression: new TokContext("(", true),
404 template: new TokContext("`", true, true, function (p) {
407 functionExpression: new TokContext("function", true)
6841 types$1.j_oTag = new TokContext("<tag", false);
[all …]