summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AsyncFunctionDriverWrapper.cpp
AgeCommit message (Expand)Author
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-01-06LibJS: Replace the custom unwind mechanism with completions :^)Linus Groh
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2021-11-12LibJS: Implement async functions as generator functions in BC modeAli Mohammad Pur