1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 13:55:00 +00:00
serenity/Userland/Libraries/LibWeb/HTML/Scripting
Andreas Kling 4db5406d62 LibWeb: Support passing more parameter types to HTML::report_exception()
We now allow any JS::ThrowCompletion<T>, as well as JS::Completion
directly (although we'll VERIFY() that it's a throw completion.)
2022-02-08 17:47:44 +00:00
..
ClassicScript.cpp LibJS+Everywhere: Remove VM::exception() and most related functions 2022-02-08 09:12:42 +00:00
ClassicScript.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
ExceptionReporter.cpp LibWeb: Support passing more parameter types to HTML::report_exception() 2022-02-08 17:47:44 +00:00
ExceptionReporter.h LibWeb: Support passing more parameter types to HTML::report_exception() 2022-02-08 17:47:44 +00:00
Script.cpp LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
Script.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00