summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/FunctionObject.cpp
AgeCommit message (Expand)Author
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-20LibJS: Add [[InitialName]] and use it in Function.prototype.toString()Linus Groh
2022-02-20LibJS: Remove unused BoundFunction.h include from FunctionObject.cppLinus Groh
2022-02-09LibJS: Add FunctionObject constructor allowing null prototypeLinus Groh
2022-02-09LibJS: Remove unused BoundFunction::m_constructor_prototypeLinus Groh
2022-01-24LibJS: Implement the SetFunctionLength AOLinus Groh
2022-01-24LibJS: Implement the SetFunctionName AOLinus Groh
2022-01-04LibJS: Convert FunctionObject::bind() to ThrowCompletionOrLinus Groh
2021-10-21LibJS: Use implicit ThrowCompletionOr<T> constructor where possibleLinus Groh
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-09-25LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunctionLinus Groh
2021-09-25LibJS: Rename BoundFunction::m_target_function to match spec nameLinus Groh
2021-09-25LibJS: Move [[Fields]] to ECMAScriptFunctionObjectLinus Groh
2021-09-25LibJS: Move [[HomeObject]] to ECMAScriptFunctionObjectLinus Groh
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
2021-09-11LibJS: Mark instance field names in FunctionObject::visit_edges()Andreas Kling
2021-09-01LibJS: Add support for public fields in classesdavidot
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling