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.h
Age
Commit message (
Expand
)
Author
2021-11-02
LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert the PutValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert the GetValue AO to ThrowCompletionOr
Idan Horowitz
2021-11-02
LibJS: Convert reference deletion to ThrowCompletionOr
Idan Horowitz
2021-10-25
LibJS: Add default constructor for PrivateName
Andreas Kling
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Add private references
davidot
2021-10-09
LibJS: Convert initialize_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-09-30
LibJS: Make scoping follow the spec
davidot
2021-09-30
LibJS: Make the default constructed reference invalid
davidot
2021-09-14
LibJS: Implement parsing and execution of optional chains
Ali Mohammad Pur
2021-09-14
LibJS: Mark two JS::Reference functions `const`
Ali Mohammad Pur
2021-09-11
LibJS: Use move semantics more when creating Reference objects
Andreas Kling
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-25
LibJS: Make sure to always initialize Reference::m_base_value
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-02
LibJS: Use empty value for Reference unresolvable state, not undefined
Linus Groh
2021-03-21
LibJS: Avoid unnecessary FlyString(String) churn in Reference ctors
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling