describeClassComponentFrame() — react Function Reference
Architecture documentation for the describeClassComponentFrame() function in DevToolsComponentStackFrame.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 5cbc52da_c9f7_de68_6aad_129d03cab0de["describeClassComponentFrame()"] c59dc57c_ed0c_b6cd_803d_b7eeab46f99e["DevToolsComponentStackFrame.js"] 5cbc52da_c9f7_de68_6aad_129d03cab0de -->|defined in| c59dc57c_ed0c_b6cd_803d_b7eeab46f99e e40d98f8_c5d4_65cc_ca5e_14ef53f81450["describeFiber()"] e40d98f8_c5d4_65cc_ca5e_14ef53f81450 -->|calls| 5cbc52da_c9f7_de68_6aad_129d03cab0de 5233c9e5_06be_c1c7_1ac7_e793934cd625["describeNativeComponentFrame()"] 5cbc52da_c9f7_de68_6aad_129d03cab0de -->|calls| 5233c9e5_06be_c1c7_1ac7_e793934cd625 style 5cbc52da_c9f7_de68_6aad_129d03cab0de fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-devtools-shared/src/backend/shared/DevToolsComponentStackFrame.js lines 279–284
export function describeClassComponentFrame(
ctor: Function,
currentDispatcherRef: CurrentDispatcherRef,
): string {
return describeNativeComponentFrame(ctor, true, currentDispatcherRef);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does describeClassComponentFrame() do?
describeClassComponentFrame() is a function in the react codebase, defined in packages/react-devtools-shared/src/backend/shared/DevToolsComponentStackFrame.js.
Where is describeClassComponentFrame() defined?
describeClassComponentFrame() is defined in packages/react-devtools-shared/src/backend/shared/DevToolsComponentStackFrame.js at line 279.
What does describeClassComponentFrame() call?
describeClassComponentFrame() calls 1 function(s): describeNativeComponentFrame.
What calls describeClassComponentFrame()?
describeClassComponentFrame() is called by 1 function(s): describeFiber.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free