Age | Commit message (Expand) | Author |
---|---|---|
2021-07-05 | LibJS: Make FunctionObject's m_home_object an Object*, not Value | Linus Groh |
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 Function => FunctionObject | Andreas Kling |