Home / Function/ getOutlinedFunctions() — react Function Reference

getOutlinedFunctions() — react Function Reference

Architecture documentation for the getOutlinedFunctions() function in Environment.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  5d53d964_cb0b_bf91_7cef_dcd4d1a76d56["getOutlinedFunctions()"]
  a65d88c4_7784_b1f0_4559_df420613f9de["Environment"]
  5d53d964_cb0b_bf91_7cef_dcd4d1a76d56 -->|defined in| a65d88c4_7784_b1f0_4559_df420613f9de
  6bb1635d_875e_97bd_c9b9_451a1deefd6b["codegenFunction()"]
  6bb1635d_875e_97bd_c9b9_451a1deefd6b -->|calls| 5d53d964_cb0b_bf91_7cef_dcd4d1a76d56
  style 5d53d964_cb0b_bf91_7cef_dcd4d1a76d56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts lines 977–982

  getOutlinedFunctions(): Array<{
    fn: HIRFunction;
    type: ReactFunctionType | null;
  }> {
    return this.#outlinedFunctions;
  }

Subdomains

Called By

Frequently Asked Questions

What does getOutlinedFunctions() do?
getOutlinedFunctions() is a function in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts.
Where is getOutlinedFunctions() defined?
getOutlinedFunctions() is defined in compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts at line 977.
What calls getOutlinedFunctions()?
getOutlinedFunctions() is called by 1 function(s): codegenFunction.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free