summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/MarkupGenerator.cpp
AgeCommit message (Expand)Author
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-07-07LibJS: Remove the NativeProperty mechanism from LibJSIdan Horowitz
2021-07-06LibJS: Remove Object::is_array() in favor of Value::is_array() and RTTILinus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS: Avoid unnecessary PropertyName creation in MarkupGeneratorLinus Groh
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-08LibJS: Handle Proxy with Array target in IsArray() abstract operationLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibJS: Include the class name of objects in MarkupGenerator outputAndreas Kling
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling