Files
ladybird/Userland/Libraries/LibWeb/Bindings/IDLAbstractOperations.cpp
Timothy Flynn 7b54845c8e LibWeb: Allow calling invoke-a-callback with an existing argument list
Some callers, e.g. setTimeout / setInterval, will want to invoke this AO
with an arguments list retrieved from the JS VM (as opposed to invoking
it with a variadic list at the call site).
2022-03-04 19:51:26 +01:00

5.9 KiB