ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Simon Wanner 93908fcbcb LibJS+Embedders: Unify stack trace format for uncaught errors
Previously these handlers duplicated code and used formats that
were different from the one Error.prototype.stack uses.

Now they use the same Error::stack_string function, which accepts
a new parameter for compacting stack traces with repeating frames.
2023-11-02 07:37:41 +01:00
..
ClassicScript.cpp LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
ClassicScript.h
Environments.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
Environments.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
ExceptionReporter.cpp LibJS+Embedders: Unify stack trace format for uncaught errors 2023-11-02 07:37:41 +01:00
ExceptionReporter.h
Fetching.cpp LibJS+LibWeb: Bring script fetching closer to the spec 2023-10-31 18:09:14 +01:00
Fetching.h LibJS+LibWeb: Bring script fetching closer to the spec 2023-10-31 18:09:14 +01:00
ImportMap.h
ModuleMap.cpp LibWeb: Pass around JS::HeapFunctions when fetching scripts 2023-10-31 18:09:14 +01:00
ModuleMap.h LibWeb: Pass around JS::HeapFunctions when fetching scripts 2023-10-31 18:09:14 +01:00
ModuleScript.cpp LibWeb: Port DOMException interface from DeprecatedString to String 2023-09-06 11:44:45 -04:00
ModuleScript.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Script.cpp
Script.h
TemporaryExecutionContext.cpp
TemporaryExecutionContext.h
WindowEnvironmentSettingsObject.cpp LibWeb: Port Document interface from DeprecatedString to String 2023-09-16 11:17:19 +02:00
WindowEnvironmentSettingsObject.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
WorkerEnvironmentSettingsObject.h LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00