Searched refs:isTopLevel (Results 1 – 3 of 3) sorted by relevance
27161 …var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0… function27169 if (isTopLevel()) {27175 if (isTopLevel()) {27615 …var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0… function27623 if (isTopLevel()) {
1 …isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0; };…
2579 function getClosure(elements, isTopLevel, closure) { argument2581 if (isUndefined$1(isTopLevel)) {2582 isTopLevel = true;2585 if (isObject(isTopLevel)) {2586 closure = isTopLevel;2587 isTopLevel = true;2600 isTopLevel && groupBy(elements, function(e) { return e.id; })49881 MoveClosure.prototype.add = function(element, isTopLevel) { argument49882 return this.addAll([ element ], isTopLevel);49886 MoveClosure.prototype.addAll = function(elements, isTopLevel) { argument[all …]