Searched defs:isTopLevel (Results 1 – 2 of 2) sorted by relevance
27161 …var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0… function27615 …var isTopLevel = function () { return curlyDepth === 0 && parensDepth === 0 && bracketsDepth === 0… function
2579 function getClosure(elements, isTopLevel, closure) { argument49881 MoveClosure.prototype.add = function(element, isTopLevel) { argument49886 MoveClosure.prototype.addAll = function(elements, isTopLevel) { argument