Age | Commit message (Expand) | Author |
---|---|---|
2021-10-21 | LibJS: Use implicit ThrowCompletionOr<T> constructor where possible | Linus Groh |
2021-10-09 | LibJS: Convert bind_this_value() to ThrowCompletionOr | Linus Groh |
2021-10-09 | LibJS: Convert get_this_binding() to ThrowCompletionOr | Linus Groh |
2021-10-09 | LibJS: Convert get_super_base() to ThrowCompletionOr | Linus Groh |
2021-09-30 | LibJS: Make scoping follow the spec | davidot |
2021-09-29 | LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr | Linus Groh |
2021-09-28 | LibJS: Avoid unnecessary HashMap copy in FunctionEnvironment | Andreas Kling |
2021-07-05 | LibJS: Make FunctionObject's m_home_object an Object*, not Value | Linus Groh |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |