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
/
ECMAScriptFunctionObject.h
Age
Commit message (
Expand
)
Author
2021-11-21
LibJS: Don't set a prototype property on async functions
davidot
2021-11-14
LibJS: Convert prepare_for_ordinary_call() to ThrowCompletionOr
Linus Groh
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Use ClassFieldInitializerStatement for class fields
davidot
2021-10-20
LibJS: Add parsing and evaluation of private fields and methods
davidot
2021-10-20
LibJS: Add PrivateEnvironment
davidot
2021-10-20
LibJS: Make class definition evaluation more spec like in ordering
davidot
2021-10-09
LibJS: Decouple new_function_environment() from FunctionObject
Linus Groh
2021-10-09
LibJS: Move ordinary_call_bind_this() to ECMAScriptFunctionObject
Linus Groh
2021-10-09
LibJS: Move prepare_for_ordinary_call() to ECMAScriptFunctionObject
Linus Groh
2021-10-09
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
Linus Groh
2021-10-08
LibJS: Propagate "contains direct call to eval()" flag from parser
Andreas Kling
2021-10-05
LibJS: Add an optimization to avoid needless arguments object creation
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 ECMAScriptFunctionObject members to match spec names
Linus Groh
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh