is_bound_this() — svelte Function Reference
Architecture documentation for the is_bound_this() function in this.js from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 805292aa_dddc_7816_26f0_84356e6181e6["is_bound_this()"] 74650c92_257d_4a26_2826_31c4edae73a3["this.js"] 805292aa_dddc_7816_26f0_84356e6181e6 -->|defined in| 74650c92_257d_4a26_2826_31c4edae73a3 ce2fa74c_287c_b099_4a87_8b97b486275c["bind_this()"] ce2fa74c_287c_b099_4a87_8b97b486275c -->|calls| 805292aa_dddc_7816_26f0_84356e6181e6 style 805292aa_dddc_7816_26f0_84356e6181e6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/internal/client/dom/elements/bindings/this.js lines 11–15
function is_bound_this(bound_value, element_or_component) {
return (
bound_value === element_or_component || bound_value?.[STATE_SYMBOL] === element_or_component
);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does is_bound_this() do?
is_bound_this() is a function in the svelte codebase, defined in packages/svelte/src/internal/client/dom/elements/bindings/this.js.
Where is is_bound_this() defined?
is_bound_this() is defined in packages/svelte/src/internal/client/dom/elements/bindings/this.js at line 11.
What calls is_bound_this()?
is_bound_this() is called by 1 function(s): bind_this.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free