Age | Commit message (Expand) | Author |
---|---|---|
2021-06-25 | LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) | Linus Groh |
2021-06-20 | LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors | Linus Groh |
2021-06-13 | LibJS: Fix Promise.length attributes | Linus Groh |
2021-06-13 | LibJS: Add ECMA-262 section/title/URL comments almost everywhere | Linus Groh |
2021-06-12 | LibJS: Fix attributes of Promise.prototype | Linus Groh |
2021-06-12 | LibJS: Expose Symbol.species properties as getters | Idan Horowitz |
2021-06-08 | LibJS: Add the Symbol.species getter to the appropriate built-ins | Idan Horowitz |
2021-06-02 | LibJS: Remove declarations of some TODO()'d BigInt and Promise functions | Linus Groh |
2021-04-22 | Everywhere: Use linusg@serenityos.org for my copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-02 | LibJS: Add initial support for Promises | Linus Groh |