Searched refs:isNesting (Results 1 – 3 of 3) sorted by relevance
53 if ((options.ignoreNesting || !state.isNesting(options)) && matches(src, delimiter, index)) {213 State.prototype.isNesting = function (opts) { method in State
137 - `.isNesting([opts])` returns `true` if the current location is not at the top level, i.e. if the …
95 if (res.isNesting()) {788 while (parser.isNesting() || parser.isString()) {1211 if (!(state.isNesting() || state.isString())){