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
/
Reference.cpp
Age
Commit message (
Expand
)
Author
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
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-08
LibJS: Partially revert 12b283f
Ali Mohammad Pur
2021-10-08
LibJS: Make accessing the current function's arguments cheaper
Ali Mohammad Pur
2021-10-07
LibJS: Fast non-local variable access :^)
Andreas Kling
2021-10-07
LibJS: Make Reference aware of DeclarativeEnvironment indices
Andreas Kling
2021-10-03
LibJS: Convert Object::set() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-30
LibJS: Make the default constructed reference invalid
davidot
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-15
LibJS: Make References see into Environment's bindings as well
Ali Mohammad Pur
2021-09-14
LibJS: Mark two JS::Reference functions `const`
Ali Mohammad Pur
2021-07-16
LibJS: Replace the boolean argument of Object::set with an enum class
Idan Horowitz
2021-07-05
LibJS: Use the direct formatter of PropertyName instead of via to_value
davidot
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-03
LibJS: Don't allow `delete super.property`
Andreas Kling
2021-07-02
LibJS: Throw on failed PutValue into an environment reference
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-25
LibJS: Rename Reference methods to match the spec
Andreas Kling
2021-06-25
LibJS: Bring Reference records a bit closer to the ECMAScript spec
Andreas Kling
2021-06-22
LibJS: Remove direct argument loading since it was buggy
Andreas Kling
2021-06-14
LibJS: Teach Reference to access call frame arguments directly
Andreas Kling
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
LibJS: Improve Reference::get() TypeError message for nullish base
Linus Groh
2021-04-02
LibJS: Use empty value for Reference unresolvable state, not undefined
Linus Groh
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling