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
/
DeclarativeEnvironment.h
Age
Commit message (
Expand
)
Author
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
2022-03-14
LibJS: Add a fast path for creating per-iteration DeclarativeEnvironment
Timothy Flynn
2022-03-08
LibJS: Allow pre-allocating DeclarativeEnvironment's bindings list
Timothy Flynn
2022-03-08
LibJS: Allow direct index-based initialization of a declarative binding
Timothy Flynn
2022-03-08
LibJS: Combine DeclarativeEnvironment's bindings and names into one list
Timothy Flynn
2022-03-07
LibJS: Use Vector instead of HashMap in DeclarativeEnvironment
Andreas Kling
2022-02-13
LibJS: More properly implement scoping rules in bytecode codegen
Ali Mohammad Pur
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-07
LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironment
Andreas Kling
2021-10-07
LibJS: Make Environment::has_binding() optionally return binding index
Andreas Kling
2021-10-07
LibJS: Make DeclarativeEnvironment store bindings in a Vector
Andreas Kling
2021-10-03
js: Allow for completion of lexically declared variables
davidot
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: Move Binding struct into the DeclarativeEnvironment class
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling