Age | Commit message (Expand) | Author |
---|---|---|
2021-07-16 | LibJS: Replace the boolean argument of Object::set with an enum class | Idan Horowitz |
2021-07-06 | LibJS: Remove the non-standard put helper and replace it's usages | Idan Horowitz |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-07-02 | LibJS: Make Environment::put_into_environment() return a success bool | Andreas Kling |
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |