summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/OrdinaryFunctionObject.cpp
AgeCommit message (Expand)Author
2021-08-09LibJS: Fix this values in arrow functionsdavidot
2021-08-03Everywhere: Make use of container version of all_ofLenny Maiorani
2021-08-01LibJS: Remove unused header includesBrian Gianforcaro
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibJS: Remove usage of define_native_property in OrdinaryFunctionObjectIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling
2021-06-30LibJS: Add a [[Realm]] getter to FunctionObject and use it where neededIdan Horowitz
2021-06-28LibJS: Use CreateUnmappedArgumentsObject for non-simple parameter listsAndreas Kling
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling