Home / Function/ debugAbstractValue() — react Function Reference

debugAbstractValue() — react Function Reference

Architecture documentation for the debugAbstractValue() function in InferMutationAliasingEffects.ts from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  1d28042a_1677_72f1_73ab_6aec596d00f7["debugAbstractValue()"]
  7f9a06c8_8e18_76fc_0edd_1f0d608aae44["InferenceState"]
  1d28042a_1677_72f1_73ab_6aec596d00f7 -->|defined in| 7f9a06c8_8e18_76fc_0edd_1f0d608aae44
  f255dd41_8c48_19a9_1bcc_8efd2d663f32["applySignature()"]
  f255dd41_8c48_19a9_1bcc_8efd2d663f32 -->|calls| 1d28042a_1677_72f1_73ab_6aec596d00f7
  7cb90dd3_dbe0_0087_670d_277ddeadabfc["applyEffect()"]
  7cb90dd3_dbe0_0087_670d_277ddeadabfc -->|calls| 1d28042a_1677_72f1_73ab_6aec596d00f7
  0b368f40_7a34_9775_9972_d6bce52eb643["debug()"]
  0b368f40_7a34_9775_9972_d6bce52eb643 -->|calls| 1d28042a_1677_72f1_73ab_6aec596d00f7
  style 1d28042a_1677_72f1_73ab_6aec596d00f7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutationAliasingEffects.ts lines 1646–1651

  debugAbstractValue(value: AbstractValue): any {
    return {
      kind: value.kind,
      reason: [...value.reason],
    };
  }

Domain

Subdomains

Frequently Asked Questions

What does debugAbstractValue() do?
debugAbstractValue() is a function in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutationAliasingEffects.ts.
Where is debugAbstractValue() defined?
debugAbstractValue() is defined in compiler/packages/babel-plugin-react-compiler/src/Inference/InferMutationAliasingEffects.ts at line 1646.
What calls debugAbstractValue()?
debugAbstractValue() is called by 3 function(s): applyEffect, applySignature, debug.

Analyze Your Own Codebase

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

Try Supermodel Free