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.cpp
Age
Commit message (
Expand
)
Author
2022-11-23
LibJS: Make FunctionEnvironment not include ECMAScriptFunctionObject.h
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-05-01
LibJS: Rename scope to environment
Linus Groh
2022-05-01
LibJS: Update a couple of outdated spec comments
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2021-12-29
LibJS: Ensure get_new_target() never returns an empty value
Linus Groh
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
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-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-28
LibJS: Avoid unnecessary HashMap copy in FunctionEnvironment
Andreas Kling
2021-07-05
LibJS: Make FunctionObject's m_home_object an Object*, not Value
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling