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
/
GlobalEnvironment.cpp
Age
Commit message (
Expand
)
Author
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-11-23
LibJS: Remove unnecessary AST.h include in a handful of cpp files
Andreas Kling
2022-11-11
LibJS: Cache access to bindings in the global environment
Andreas Kling
2022-08-28
LibJS: Let NewGlobalEnvironment take a plain Object
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
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-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-05-25
LibJS: Mark concrete method calls of Environment Records with ?/!
Linus Groh
2022-05-05
LibJS: Correct SetMutableBinding fallibility bug in spec comment
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-01-31
LibJS: Remove unnecessary GlobalObject pointer from Environment
Andreas Kling
2021-12-29
LibJS: Convert create_global_function_binding() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert create_global_var_binding() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert can_declare_global_function() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert can_declare_global_var() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Convert has_restricted_global_property() to ThrowCompletionOr
Linus Groh
2021-12-29
LibJS: Add spec comments to remaining GlobalEnvironment methods
Linus Groh
2021-10-21
LibJS: Use implicit ThrowCompletionOr<T> constructor where possible
Linus Groh
2021-10-20
LibJS: Add ErrorType for duplicate global environment binding
Linus Groh
2021-10-09
LibJS: Convert delete_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_binding_value() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert set_mutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert initialize_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert create_immutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert create_mutable_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert has_binding() to ThrowCompletionOr
Linus Groh
2021-10-09
LibJS: Convert get_this_binding() to ThrowCompletionOr
Linus Groh
2021-10-07
LibJS: Make Environment::has_binding() optionally return binding index
Andreas Kling
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert define_property_or_throw() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert is_extensible() to ThrowCompletionOr
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
2021-09-12
LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironment
Linus Groh
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-02
LibJS: Make Environment::put_into_environment() return a success bool
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling