InlineBlock19 Class — react Architecture
Architecture documentation for the InlineBlock19 class in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 40fcbd69_aae0_85c8_186e_1cf7e0691028["InlineBlock19"] 3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"] 40fcbd69_aae0_85c8_186e_1cf7e0691028 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7 1790ae03_7361_a760_7e35_ee0f2c771a93["render()"] 40fcbd69_aae0_85c8_186e_1cf7e0691028 -->|method| 1790ae03_7361_a760_7e35_ee0f2c771a93
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 1153–1195
class InlineBlock19 extends React.Component {
render() {
if (this.props.x === 30) {
return React.createElement(
'div',
{className: 'uiPopover _6a _6b', disabled: null},
React.createElement(ReactImage0, {x: 29, key: '.0'})
);
}
if (this.props.x === 73) {
return React.createElement(
'div',
{className: 'uiPopover _6a _6b', disabled: null},
React.createElement(XUIButton4, {x: 72, key: '.0'})
);
}
if (this.props.x === 82) {
return React.createElement(
'div',
{className: '_1nwm uiPopover _6a _6b', disabled: null},
React.createElement(XUIButton4, {x: 81, key: '.0'})
);
}
if (this.props.x === 101) {
return React.createElement(
'div',
{size: 'large', className: 'uiPopover _6a _6b', disabled: null},
React.createElement(XUIButton4, {x: 100, key: '.0'})
);
}
if (this.props.x === 273) {
return React.createElement(
'div',
{
className: '_3-90 uiPopover _6a _6b',
style: {marginTop: 2},
disabled: null,
},
React.createElement(ReactXUIPopoverButton6, {x: 272, key: '.0'})
);
}
}
}
Source
Frequently Asked Questions
What is the InlineBlock19 class?
InlineBlock19 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is InlineBlock19 defined?
InlineBlock19 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 1153.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free