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.h
Age
Commit message (
Expand
)
Author
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-09
LibJS: Decouple new_function_environment() from FunctionObject
Linus Groh
2021-10-09
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-25
LibJS: Move has_constructor() from NativeFunction to FunctionObject
Linus Groh
2021-09-25
LibJS: Remove unused FunctionObject::environment()
Linus Groh
2021-09-25
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
Linus Groh
2021-09-25
LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[Fields]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[ThisMode]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-12
LibJS: Set the callee context's realm in prepare_for_ordinary_call()
Linus Groh
2021-09-01
LibJS: Add support for public fields in classes
davidot
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