AdsErrorBoundary10 Class — react Architecture
Architecture documentation for the AdsErrorBoundary10 class in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 0fa0e422_9bf0_df68_be7b_72f7607d4a00["AdsErrorBoundary10"] 3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"] 0fa0e422_9bf0_df68_be7b_72f7607d4a00 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7 3ded209f_0138_9793_be50_41c75150cddc["render()"] 0fa0e422_9bf0_df68_be7b_72f7607d4a00 -->|method| 3ded209f_0138_9793_be50_41c75150cddc
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 1018–1069
class AdsErrorBoundary10 extends React.Component {
render() {
if (this.props.x === 10) {
return React.createElement(ErrorBoundary9, {x: 9});
}
if (this.props.x === 14) {
return React.createElement(ErrorBoundary9, {x: 13});
}
if (this.props.x === 28) {
return React.createElement(ErrorBoundary9, {x: 27});
}
if (this.props.x === 33) {
return React.createElement(ErrorBoundary9, {x: 32});
}
if (this.props.x === 39) {
return React.createElement(ErrorBoundary9, {x: 38});
}
if (this.props.x === 58) {
return React.createElement(ErrorBoundary9, {x: 57});
}
if (this.props.x === 61) {
return React.createElement(ErrorBoundary9, {x: 60});
}
if (this.props.x === 65) {
return React.createElement(ErrorBoundary9, {x: 64});
}
if (this.props.x === 125) {
return React.createElement(ErrorBoundary9, {x: 124});
}
if (this.props.x === 171) {
return React.createElement(ErrorBoundary9, {x: 170});
}
if (this.props.x === 176) {
return React.createElement(ErrorBoundary9, {x: 175});
}
if (this.props.x === 194) {
return React.createElement(ErrorBoundary9, {x: 193});
}
if (this.props.x === 302) {
return React.createElement(ErrorBoundary9, {x: 301});
}
if (this.props.x === 312) {
return React.createElement(ErrorBoundary9, {x: 311});
}
if (this.props.x === 472) {
return React.createElement(ErrorBoundary9, {x: 471});
}
if (this.props.x === 476) {
return React.createElement(ErrorBoundary9, {x: 475});
}
}
}
Source
Frequently Asked Questions
What is the AdsErrorBoundary10 class?
AdsErrorBoundary10 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is AdsErrorBoundary10 defined?
AdsErrorBoundary10 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 1018.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free