Andreas Kling
1c406294fc
LibWeb: Start implementing basic JavaScript DOM bindings
...
This patch introduces the Wrapper and Wrappable classes.
Node now inherits from Wrappable, and can be wrapped in a GC-allocated
Bindings::NodeWrapper object. The only property we expose right now is
the very simple nodeName property.
When a Document's JS::Interpreter is first instantiated, we add a
"document" property with a DocumentWrapper object to the global object.
This is pretty cool! :^)
2020-03-14 13:25:40 +01:00
..
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-14 13:25:40 +01:00
2020-03-14 13:25:40 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-14 13:25:38 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 11:17:18 +01:00
2020-03-07 11:17:18 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-14 13:25:38 +01:00
2020-03-14 13:25:38 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-14 13:25:40 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00
2020-03-07 10:32:51 +01:00