Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts782 const placeholderGroup = rangeGroups[i - 1] as HTMLElement; constant
786 placeholderGroup.firstChild as HTMLElement, isHidden);
788 placeholderGroup.lastChild as HTMLElement, isHidden);
793 placeholderGroup.classList.toggle("range-hidden", true);
797 toHide.push([mainGroup, placeholderGroup]);
800 for (const [mainGroup, placeholderGroup] of toHide) { constant
803 placeholderGroup.classList.toggle("range-hidden", false);