Age | Commit message (Expand) | Author |
---|---|---|
2022-12-08 | LibJS: Make FunctionKind enum class a u8 | Andreas Kling |
2022-01-16 | LibJS: Rename FunctionKind::{Regular => Normal} | Linus Groh |
2021-11-21 | LibJS: Parse async generator functions | davidot |
2021-11-12 | LibJS: Implement async functions as generator functions in BC mode | Ali Mohammad Pur |