summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/OrdinaryFunctionObject.h
AgeCommit message (Expand)Author
2021-07-05LibJS: Remove usage of define_native_property in OrdinaryFunctionObjectIdan 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: Mark FunctionObject::is_ordinary_function() as overrideLeon Albrecht
2021-06-28LibJS: Add the CreateMappedArgumentsObject abstract operationAndreas Kling
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling