summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Reference.h
AgeCommit message (Expand)Author
2021-11-02LibJS: Convert the InitializeReferencedBinding AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert the PutValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert the GetValue AO to ThrowCompletionOrIdan Horowitz
2021-11-02LibJS: Convert reference deletion to ThrowCompletionOrIdan Horowitz
2021-10-25LibJS: Add default constructor for PrivateNameAndreas Kling
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-20LibJS: Add private referencesdavidot
2021-10-09LibJS: Convert initialize_binding() to ThrowCompletionOrLinus Groh
2021-10-08LibJS: Partially revert 12b283fAli Mohammad Pur
2021-10-08LibJS: Make accessing the current function's arguments cheaperAli Mohammad Pur
2021-10-07LibJS: Fast non-local variable access :^)Andreas Kling
2021-10-07LibJS: Make Reference aware of DeclarativeEnvironment indicesAndreas Kling
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-30LibJS: Make the default constructed reference invaliddavidot
2021-09-14LibJS: Implement parsing and execution of optional chainsAli Mohammad Pur
2021-09-14LibJS: Mark two JS::Reference functions `const`Ali Mohammad Pur
2021-09-11LibJS: Use move semantics more when creating Reference objectsAndreas Kling
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling
2021-06-25LibJS: Make sure to always initialize Reference::m_base_valueAndreas Kling
2021-06-25LibJS: Rename Reference methods to match the specAndreas Kling
2021-06-25LibJS: Bring Reference records a bit closer to the ECMAScript specAndreas Kling
2021-06-22LibJS: Remove direct argument loading since it was buggyAndreas Kling
2021-06-14LibJS: Teach Reference to access call frame arguments directlyAndreas Kling
2021-06-08LibJS: Support deleting local variables with operator deleteIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh
2021-03-21LibJS: Avoid unnecessary FlyString(String) churn in Reference ctorsAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling