summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.cpp
AgeCommit message (Expand)Author
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-02-19LibJS: Use FunctionConstructor as the proto of AsyncFunctionConstructorIdan Horowitz
2022-01-16LibJS: Implement create_dynamic_function() according to the specLinus Groh
2022-01-03LibJS: Update AST to use completions :^)Linus Groh
2021-11-10LibJS: Add support for async functionsIdan Horowitz