php-src/ext/dom/parentnode
Niels Dossche c7c6a79bd0
Add support for ParentNode::$children (#18908)
ParentNode::$children returns a HTMLCollection of all directly
descendant child elements of a container.

I had to move around some properties such that the ParentNode property
offsets are always at a fixed offset, to simplify the code.
This also adds the necessary code to deal with GC cycles in
HTMLCollections.
Furthermore, we also disable cloning a HTMLCollection as that never
worked and furthermore it also conflicts with the [[SameObject]] WebIDL
requirement of $children.
2025-06-27 09:03:50 +02:00
..
css_selectors.c Store hash table entry directly in dom_nnodemap_object 2025-06-22 12:30:50 +02:00
tree.c Add support for ParentNode::$children (#18908) 2025-06-27 09:03:50 +02:00