summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Reference.cpp
AgeCommit message (Expand)Author
2021-09-15LibJS: Make References see into Environment's bindings as wellAli Mohammad Pur
2021-09-14LibJS: Mark two JS::Reference functions `const`Ali Mohammad Pur
2021-07-16LibJS: Replace the boolean argument of Object::set with an enum classIdan Horowitz
2021-07-05LibJS: Use the direct formatter of PropertyName instead of via to_valuedavidot
2021-07-05LibJS: Remove unnecessary value_or() from get()Linus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-03LibJS: Don't allow `delete super.property`Andreas Kling
2021-07-02LibJS: Throw on failed PutValue into an environment referenceAndreas Kling
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas 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-14LibJS: Improve Reference::get() TypeError message for nullish baseLinus Groh
2021-04-02LibJS: Use empty value for Reference unresolvable state, not undefinedLinus Groh
2021-02-10LibJS: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling