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
/
FunctionEnvironment.h
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2022-11-23
LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h
Andreas Kling
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2021-12-29
LibJS: Remove unused FunctionEnvironment this value getter/setter
Linus Groh
2021-12-29
LibJS: Ensure get_new_target() never returns an empty value
Linus Groh
2021-10-09
LibJS: Convert bind_this_value() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_this_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_super_base() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Remove unused FunctionEnvironment::replace_this_binding()
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-25
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
Linus Groh
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling