summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AsyncFunctionConstructor.cpp
AgeCommit message (Expand)Author
2022-09-15LibJS: Do not invoke Cell::vm in constructors before Cell is constructedTimothy Flynn
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]Linus Groh
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