summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/CMakeLists.txt
AgeCommit message (Expand)Author
2021-10-20LibJS: Add PrivateEnvironmentdavidot
2021-10-14LibJS: Start implementing ShadowRealmLinus Groh
2021-10-14LibJS: Implement Wrapped Function Exotic ObjectsLinus Groh
2021-09-25LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObjectLinus Groh
2021-09-14LibJS: Add a barebones SourceTextModule classAndreas Kling
2021-09-14LibJS: Add a barebones Module classAndreas Kling
2021-09-12LibJS: Start adding a JS::Realm class (spec's "Realm Record")Linus Groh
2021-09-11LibJS: Implement a nearly empty Intl.NumberFormat objectTimothy Flynn
2021-09-09LibJS: Start adding a JS::Script class (spec's "Script Record")Andreas Kling
2021-09-06LibJS: Implement a nearly empty Intl.ListFormat objectTimothy Flynn
2021-09-02LibJS: Implement a nearly empty Intl.Locale objectTimothy Flynn
2021-08-26LibJS: Implement the Intl.DisplayNames constructorTimothy Flynn
2021-08-26LibJS: Implement a nearly empty Intl.DisplayNames objectTimothy Flynn
2021-08-23LibJS: Generalize PromiseAllResolveElementFunction common functionalityTimothy Flynn
2021-08-21LibJS: Implement Promise.all on the Promise constructorTimothy Flynn
2021-08-15LibJS: Start implementing Temporal.PlainMonthDayLinus Groh
2021-08-10LibJS: Add a simple reference-counted UTF-16 stringTimothy Flynn
2021-08-08LibJS: Add the Intl namespace object :^)Linus Groh
2021-08-08LibJS: Start implementing Temporal.PlainYearMonthLinus Groh
2021-08-01LibJS: Start implementing Temporal.ZonedDateTimeLinus Groh
2021-07-28LibJS: Start implementing Temporal.PlainTimeLinus Groh
2021-07-27LibJS: Implement Temporal.Now.plainDate()Linus Groh
2021-07-26LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}CaseTimothy Flynn
2021-07-22LibJS: Start implementing Temporal.PlainDateTimeLinus Groh
2021-07-21LibJS: Use IntrusiveList for keeping track of WeakContainersAndreas Kling
2021-07-19LibJS: Start implementing Temporal.PlainDateIdan Horowitz
2021-07-16LibJS: Implement the RegExpStringIterator objectTimothy Flynn
2021-07-16LibJS: Start implementing Temporal.DurationLinus Groh
2021-07-14LibJS: Start implementing Temporal.CalendarLinus Groh
2021-07-14LibJS: Begin implementing AtomicsTimothy Flynn
2021-07-14LibJS: Alphabetically sort LibJS's CMakeLists.txtTimothy Flynn
2021-07-12LibJS: Add the ToTemporalInstant Abstract Operation & its requirementsIdan Horowitz
2021-07-07LibJS: Remove the NativeProperty mechanism from LibJSIdan Horowitz
2021-07-07LibJS: Start implementing Temporal.InstantLinus Groh
2021-07-07LibJS: Start implementing Temporal.TimeZoneLinus Groh
2021-07-07LibJS: Add the Temporal.now namespace objectLinus Groh
2021-07-07LibJS: Add the Temporal namespace object :^)Linus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS: Add new PropertyDescriptor class and related abstract operationsLinus Groh
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling
2021-06-28LibJS: Add the CreateMappedArgumentsObject abstract operationAndreas Kling
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-22LibJS: Make put_own_property_by_index closer to specdavidot
2021-06-22LibJS: Begin implementing GlobalEnvironmentRecordAndreas Kling
2021-06-22LibJS: Bring function environment records closer to the specAndreas Kling
2021-06-21LibJS: Rename Environment Records so they match the spec :^)Andreas Kling
2021-06-20LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs thereLinus Groh
2021-06-19LibJS: Add the remaining generator objectsMatthew Olsson
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz