ladybird/Libraries/LibWeb/XPath
Shannon Booth e555edd770 LibWeb/Bindings: Implement callback interface object bindings
Generate correct bindings for callback interfaces: only create an
interface object when the interface declares constants, and set up
the prototype correctly.

This also lets us tidy up some IDL for these callback interfaces.
2026-03-11 21:16:44 +01:00
..
XPath.cpp
XPath.h
XPathEvaluator.cpp
XPathEvaluator.h
XPathEvaluator.idl LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
XPathExpression.cpp
XPathExpression.h LibWeb: Reduce recompilation impact of DOM/Document.h 2026-02-11 20:02:28 +01:00
XPathExpression.idl
XPathNSResolver.cpp
XPathNSResolver.h LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
XPathNSResolver.idl LibWeb/Bindings: Implement callback interface object bindings 2026-03-11 21:16:44 +01:00
XPathResult.cpp LibJS+LibWeb: Add missing GC marking visits 2026-01-07 12:48:58 +01:00
XPathResult.h LibWeb: Add missing initializers in XPathResult 2025-12-19 20:21:07 -06:00
XPathResult.idl