ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Linus Groh 7b92889e6b LibJS: Change Interpreter::create_with_existing_{global_object => realm}
We need both a GlobalObject and Realm now, but can get the former from
the latter (once initialized).
This also fixes JS execution in LibWeb, as we failed to set the Realm of
the newly created Interpreter in this function.
2021-09-12 15:18:25 +02:00
..
ClassicScript.cpp LibJS: Change Interpreter::create_with_existing_{global_object => realm} 2021-09-12 15:18:25 +02:00
ClassicScript.h LibJS+LibWeb: Make JS::Script and Web::HTML::ClassicScript use Realms 2021-09-12 15:18:25 +02:00
Script.cpp LibWeb+LibJS: Remember source filenames when using HTML::Script 2021-09-11 00:36:37 +02:00
Script.h LibWeb+LibJS: Remember source filenames when using HTML::Script 2021-09-11 00:36:37 +02:00