1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:28:11 +00:00
serenity/Libraries/LibWeb/Bindings
Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject&
Instead of taking the JS::Heap&. This allows us to get rid of some
calls to JS::Interpreter::global_object(). We're getting closer and
closer to multiple global objects. :^)
2020-06-23 16:57:39 +02:00
..
EventListenerWrapper.cpp LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00
EventListenerWrapper.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
EventWrapperFactory.cpp LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
EventWrapperFactory.h LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
LocationObject.cpp LibWeb: Add some missing wrapper calls to base class initialize() 2020-06-20 18:27:31 +02:00
LocationObject.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
NavigatorObject.cpp LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00
NavigatorObject.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
NodeWrapperFactory.cpp LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
NodeWrapperFactory.h LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
WindowObject.cpp LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
WindowObject.h LibWeb: Add atob/btoa to WindowObject 2020-06-20 19:38:49 +02:00
Wrappable.cpp LibWeb: Add missing copyright headers 2020-03-15 10:24:05 +01:00
Wrappable.h LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
Wrapper.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
XMLHttpRequestConstructor.cpp LibWeb: Add some missing wrapper calls to base class initialize() 2020-06-20 18:27:31 +02:00
XMLHttpRequestConstructor.h LibJS: Move native objects towards two-pass construction 2020-06-20 15:46:30 +02:00
XMLHttpRequestPrototype.cpp LibWeb: Add some missing wrapper calls to base class initialize() 2020-06-20 18:27:31 +02:00
XMLHttpRequestPrototype.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
XMLHttpRequestWrapper.cpp LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00
XMLHttpRequestWrapper.h LibWeb: Make wrapper factory functions take JS::GlobalObject& 2020-06-23 16:57:39 +02:00