Age | Commit message (Expand) | Author |
---|---|---|
2021-08-09 | LibJS: Fix this values in arrow functions | davidot |
2021-08-03 | Everywhere: Make use of container version of all_of | Lenny Maiorani |
2021-08-01 | LibJS: Remove unused header includes | Brian Gianforcaro |
2021-07-06 | LibJS: Add define_direct_property and remove the define_property helper | Idan Horowitz |
2021-07-05 | LibJS: Remove usage of define_native_property in OrdinaryFunctionObject | Idan Horowitz |
2021-07-04 | LibJS: Rewrite most of Object for spec compliance :^) | Linus Groh |
2021-07-04 | LibJS: Bring ArrayCreate and ArrayConstructor closer to spec | Idan Horowitz |
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |
2021-06-30 | LibJS: Add a [[Realm]] getter to FunctionObject and use it where needed | Idan Horowitz |
2021-06-28 | LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter lists | Andreas Kling |
2021-06-27 | LibJS: Rename ScriptFunction => OrdinaryFunctionObject | Andreas Kling |