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
/
Environment.h
Age
Commit message (
Expand
)
Author
2022-08-29
LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELL
Andreas Kling
2022-08-29
LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses
Andreas Kling
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-03-19
DevTools+LibJS+LibWeb: Change class_name to use StringView
Lenny Maiorani
2022-01-31
LibJS: Remove unnecessary GlobalObject pointer from Environment
Andreas Kling
2022-01-31
LibJS: Make JS::Environment smaller by reordering members
Andreas Kling
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: Taint variable environment chain after non-strict direct eval()
Andreas Kling
2021-10-07
LibJS: Make Environment::has_binding() optionally return binding index
Andreas Kling
2021-09-30
LibJS: Make scoping follow the spec
davidot
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