mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
LibWeb: Add PlatformObject class
This represents the "platform object" concept from the IDL spec, which refers to an object that implements an IDL interface.
This commit is contained in:
parent
71c7ac3510
commit
f6c61940f6
6 changed files with 70 additions and 10 deletions
|
@ -18,10 +18,12 @@ set(SOURCES
|
|||
Bindings/NavigatorObject.cpp
|
||||
Bindings/NodeWrapperFactory.cpp
|
||||
Bindings/OptionConstructor.cpp
|
||||
Bindings/PlatformObject.cpp
|
||||
Bindings/WindowConstructor.cpp
|
||||
Bindings/WindowObject.cpp
|
||||
Bindings/WindowProxy.cpp
|
||||
Bindings/Wrappable.cpp
|
||||
Bindings/Wrapper.cpp
|
||||
Crypto/Crypto.cpp
|
||||
Crypto/SubtleCrypto.cpp
|
||||
CSS/Angle.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue