Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js6841 types$1.j_oTag = new TokContext("<tag", false); variable
6852 this.state.context.push(types$1.j_oTag); // start opening tag context
6858 if (out === types$1.j_oTag && prevType === types.slash || out === types$1.j_cTag) {
7253 if (context === types$1.j_oTag || context === types$1.j_cTag) {
7263 if ((code === 34 || code === 39) && context === types$1.j_oTag) {
7281 if (curContext === types$1.j_oTag) {