HorizontalScrollbar152 Class — react Architecture
Architecture documentation for the HorizontalScrollbar152 class in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD ea93a7af_29ee_e95a_9529_dd9f00ed9c0f["HorizontalScrollbar152"] 3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"] ea93a7af_29ee_e95a_9529_dd9f00ed9c0f -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7 92ca72e1_c99c_b458_b40e_c7b6fd9f9e97["render()"] ea93a7af_29ee_e95a_9529_dd9f00ed9c0f -->|method| 92ca72e1_c99c_b458_b40e_c7b6fd9f9e97
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 5164–5187
class HorizontalScrollbar152 extends React.Component {
render() {
if (this.props.x === 462) {
return React.createElement(
'div',
{className: '_3h1k _3h1m', style: {height: 15, width: 1209}},
React.createElement(
'div',
{
style: {
height: 15,
position: 'absolute',
overflow: 'hidden',
width: 1209,
transform: 'translate3d(0px,0px,0)',
backfaceVisibility: 'hidden',
},
},
React.createElement(Scrollbar151, {x: 461})
)
);
}
}
}
Source
Frequently Asked Questions
What is the HorizontalScrollbar152 class?
HorizontalScrollbar152 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is HorizontalScrollbar152 defined?
HorizontalScrollbar152 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 5164.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free