index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
FunctionObject.cpp
Age
Commit message (
Expand
)
Author
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-20
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
Linus Groh
2022-02-20
LibJS: Remove unused BoundFunction.h include from FunctionObject.cpp
Linus Groh
2022-02-09
LibJS: Add FunctionObject constructor allowing null prototype
Linus Groh
2022-02-09
LibJS: Remove unused BoundFunction::m_constructor_prototype
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionLength AO
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionName AO
Linus Groh
2022-01-04
LibJS: Convert FunctionObject::bind() to ThrowCompletionOr
Linus Groh
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-25
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
Linus Groh
2021-09-25
LibJS: Rename BoundFunction::m_target_function to match spec name
Linus Groh
2021-09-25
LibJS: Move [[Fields]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
Linus Groh
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-11
LibJS: Mark instance field names in FunctionObject::visit_edges()
Andreas Kling
2021-09-01
LibJS: Add support for public fields in classes
davidot
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling