Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dtokencontext.js34 pp.braceIsBlock = function(prevType) { function in pp
78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
/plugin/asciidocjs/node_modules/acorn/src/
Dtokencontext.js34 pp.braceIsBlock = function(prevType) { function in pp
78 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn.es.js2297 pp$6.braceIsBlock = function(prevType) { function
2341 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
Dacorn.js2303 pp$6.braceIsBlock = function(prevType) {
2347 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn.es.js2568 pp$6.braceIsBlock = function(prevType) { function
2612 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
Dacorn.js2574 pp$6.braceIsBlock = function(prevType) {
2618 this.context.push(this.braceIsBlock(prevType) ? types.b_stat : types.b_expr)
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js440 …this.state.context.push(this.braceIsBlock(prevType) ? types$1.braceStatement : types$1.braceExpres…
1518 Tokenizer.prototype.braceIsBlock = function braceIsBlock(prevType) { method in Tokenizer