ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Ali Mohammad Pur 06c6c40df9 LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
This makes it possible to include fewer full definitions of things,
which makes the file about 30% faster to compile.
2023-07-11 09:38:37 +03:30
..
ClassicScript.cpp LibJS/Bytecode: Simplify Bytecode::Interpreter lifetime model 2023-06-22 21:16:17 +02:00
ClassicScript.h LibWeb: Implement the "error to rethrow" mechanism in HTML::Script 2023-05-19 06:20:14 +02:00
Environments.cpp LibWeb: Make module maps GC-allocated 2023-05-04 11:56:55 +02:00
Environments.h LibWeb+LibJS: Move some code around to make CSS/Parser parse faster 2023-07-11 09:38:37 +03:30
ExceptionReporter.cpp LibJS: Make Error stack traces lazier 2023-05-28 10:03:11 +02:00
ExceptionReporter.h
Fetching.cpp LibWeb: Update workarounds for the empty execution context stack 2023-07-06 15:18:50 -04:00
Fetching.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ImportMap.h
ModuleMap.cpp LibWeb: Make module maps GC-allocated 2023-05-04 11:56:55 +02:00
ModuleMap.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
ModuleScript.cpp LibWeb: Implement the "error to rethrow" mechanism in HTML::Script 2023-05-19 06:20:14 +02:00
ModuleScript.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Script.cpp LibWeb: Implement the "error to rethrow" mechanism in HTML::Script 2023-05-19 06:20:14 +02:00
Script.h LibWeb: Implement the "error to rethrow" mechanism in HTML::Script 2023-05-19 06:20:14 +02:00
TemporaryExecutionContext.cpp LibWeb: Add a helper class to work around empty execution context stack 2023-07-06 15:18:50 -04:00
TemporaryExecutionContext.h LibWeb: Add a helper class to work around empty execution context stack 2023-07-06 15:18:50 -04:00
WindowEnvironmentSettingsObject.cpp LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects 2023-04-30 06:04:33 +02:00
WindowEnvironmentSettingsObject.h
WorkerEnvironmentSettingsObject.h