Home
last modified time | relevance | path

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

/third_party/node/deps/cjs-module-lexer/
Dlexer.js3 templateDepth, variable
19 templateDepth = -1;
186 if (openTokenDepth-- === templateDepth) {
187 templateDepth = templateStack[--templateStackDepth];
191 if (templateDepth !== -1 && openTokenDepth < templateDepth)
244 if (templateDepth !== -1)
1217 templateStack[templateStackDepth++] = templateDepth;
1218 templateDepth = ++openTokenDepth;