Age | Commit message (Expand) | Author |
---|---|---|
2021-07-05 | LibJS: Remove usage of define_native_property in OrdinaryFunctionObject | 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: Mark FunctionObject::is_ordinary_function() as override | Leon Albrecht |
2021-06-28 | LibJS: Add the CreateMappedArgumentsObject abstract operation | Andreas Kling |
2021-06-27 | LibJS: Rename ScriptFunction => OrdinaryFunctionObject | Andreas Kling |