ladybird/Userland/Libraries/LibWeb/HTML/Scripting
Linus Groh 9422ae9bb2 LibJS: Add infallible variant of VM::push_execution_context()
It makes no sense to require passing a global object and doing a stack
space check in some cases where running out of stack is highly unlikely,
we can't recover from errors, and currently ignore the result anyway.

This is most commonly in constructors and when setting things up, rather
than regular function calls.
2022-03-18 01:12:12 +01:00
..
ClassicScript.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
ClassicScript.h LibWeb: Use inline script tag source line as javascript line offset 2022-03-14 00:25:33 +01:00
Environments.cpp LibJS: Add infallible variant of VM::push_execution_context() 2022-03-18 01:12:12 +01:00
Environments.h LibWeb: Implement the 'Relevant realm/{settings,global} object' concepts 2022-03-06 23:27:39 +01: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 Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
Script.h LibWeb: Add the Web::URL namespace and move URLEncoder to it 2021-09-13 01:43:10 +02:00
WindowEnvironmentSettingsObject.cpp LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
WindowEnvironmentSettingsObject.h LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
WorkerEnvironmentSettingsObject.h LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00