summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/GlobalObject.h
AgeCommit message (Expand)Author
2021-06-28LibJS: Add and use the %ThrowTypeError% intrinsicIdan Horowitz
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-06-22LibJS: Begin implementing GlobalEnvironmentRecordAndreas Kling
2021-06-22LibJS: Bring function environment records closer to the specAndreas Kling
2021-06-21LibJS: Rename virtuals in EnvironmentRecordAndreas Kling
2021-06-21LibJS: Convert EnvironmentRecord & friends to east-const styleAndreas Kling
2021-06-21LibJS: Rename Environment Records so they match the spec :^)Andreas Kling
2021-06-19LibJS: Add the remaining generator objectsMatthew Olsson
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-11LibJS: Only initialize in add_constructor() if not already doneLinus Groh
2021-06-08LibJS: Support deleting local variables with operator deleteIdan Horowitz
2021-06-05LibJS: Add the global escape() & unescape() methodsIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14LibJS: Implement the encode/decodeURI(Component) family of functionsIdan Horowitz
2021-03-19LibJS: Add fast_is<T> for StringObject and GlobalObjectAndreas Kling
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-15LibJS: Add naive implementation of eval() :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling