Skip to content

Conversation

@nielsdos
Copy link
Member

@nielsdos nielsdos commented Mar 7, 2025

No description provided.

@nielsdos nielsdos linked an issue Mar 7, 2025 that may be closed by this pull request
if (obj->prop_handler != NULL) {
if (cache_slot && *cache_slot == obj->prop_handler) {
hnd = *(cache_slot + 1);
hnd = cache_slot[1];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since you prefer this expression form, there is still some for consistency sake but you can do it in master.

@nielsdos nielsdos closed this in 6083dc0 Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Assertion failure dom_attr_value_write

2 participants