summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/GlobalEnvironment.cpp
AgeCommit message (Expand)Author
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2022-11-23LibJS: Remove unnecessary AST.h include in a handful of cpp filesAndreas Kling
2022-11-11LibJS: Cache access to bindings in the global environmentAndreas Kling
2022-08-28LibJS: Let NewGlobalEnvironment take a plain ObjectLinus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-05-25LibJS: Mark concrete method calls of Environment Records with ?/!Linus Groh
2022-05-05LibJS: Correct SetMutableBinding fallibility bug in spec commentLinus Groh
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-01-31LibJS: Remove unnecessary GlobalObject pointer from EnvironmentAndreas Kling
2021-12-29LibJS: Convert create_global_function_binding() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert create_global_var_binding() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert can_declare_global_function() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert can_declare_global_var() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Convert has_restricted_global_property() to ThrowCompletionOrLinus Groh
2021-12-29LibJS: Add spec comments to remaining GlobalEnvironment methodsLinus Groh
2021-10-21LibJS: Use implicit ThrowCompletionOr<T> constructor where possibleLinus Groh
2021-10-20LibJS: Add ErrorType for duplicate global environment bindingLinus Groh
2021-10-09LibJS: Convert delete_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_binding_value() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert set_mutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert initialize_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert create_immutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert create_mutable_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert has_binding() to ThrowCompletionOrLinus Groh
2021-10-09LibJS: Convert get_this_binding() to ThrowCompletionOrLinus Groh
2021-10-07LibJS: Make Environment::has_binding() optionally return binding indexAndreas Kling
2021-10-03LibJS: Convert has_own_property() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert define_property_or_throw() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert Object::set() to ThrowCompletionOrLinus Groh
2021-10-03LibJS: Convert is_extensible() to ThrowCompletionOrLinus Groh
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-29LibJS: Convert internal_get_own_property() to ThrowCompletionOrLinus Groh
2021-09-12LibJS: Add [[GlobalThisValue]] internal slot to GlobalEnvironmentLinus Groh
2021-07-16LibJS: Replace the boolean argument of Object::set with an enum classIdan Horowitz
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-02LibJS: Make Environment::put_into_environment() return a success boolAndreas Kling
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling