Age | Commit message (Expand) | Author |
---|---|---|
2021-10-24 | LibJS: Rename PropertyName to PropertyKey | Andreas Kling |
2021-09-29 | LibJS: Convert internal_set() to ThrowCompletionOr | Linus Groh |
2021-09-29 | LibJS: Convert internal_get() to ThrowCompletionOr | Linus Groh |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-06-17 | LibJS: Replace boolean without_side_effects parameters with an enum | Idan Horowitz |
2021-04-25 | HackStudio: Implement custom JS -> C++ "proxy" objects | FalseHonesty |
2021-04-25 | HackStudio: Add evaluate expression popup to debugger | FalseHonesty |