mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
LibWeb: Move main thread JavaScript VM to its own file
Instead of being a weird little global function in DOM/Document.cpp, you can now get the main thread JS VM via Bindings::main_thread_vm().
This commit is contained in:
parent
cc2f35badd
commit
342b787d1c
5 changed files with 83 additions and 19 deletions
|
@ -3,6 +3,7 @@ set(SOURCES
|
|||
Bindings/EventWrapperFactory.cpp
|
||||
Bindings/EventTargetWrapperFactory.cpp
|
||||
Bindings/LocationObject.cpp
|
||||
Bindings/MainThreadVM.cpp
|
||||
Bindings/NavigatorObject.cpp
|
||||
Bindings/NodeWrapperFactory.cpp
|
||||
Bindings/ScriptExecutionContext.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue