summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/CommonPropertyNames.h
AgeCommit message (Expand)Author
2021-07-14LibJS: Implement Atomics.isLockFreeTimothy Flynn
2021-07-14LibJS: Implement Atomics.compareExchangeTimothy Flynn
2021-07-14LibJS: Implement Atomics.exchangeTimothy Flynn
2021-07-14LibJS: Implement Atomics.storeTimothy Flynn
2021-07-14LibJS: Implement Atomics.xorTimothy Flynn
2021-07-14LibJS: Implement Atomics.orTimothy Flynn
2021-07-14LibJS: Implement Atomics.andTimothy Flynn
2021-07-14LibJS: Implement Atomics.loadTimothy Flynn
2021-07-14LibJS: Begin implementing AtomicsTimothy Flynn
2021-07-12LibJS: Add Temporal.Instant.prototype.equals()Idan Horowitz
2021-07-12LibJS: Add Temporal.Instant.compare()Idan Horowitz
2021-07-10LibJS: Implement RegExp.prototype.hasIndices proposalTimothy Flynn
2021-07-10LibJS: Parse the RegExp.prototype.hasIndices flagTimothy Flynn
2021-07-09LibJS: Add %TypedArray%.prototype.subarrayIdan Horowitz
2021-07-09LibJS: Implement Temporal.Instant.fromEpochNanoseconds()Linus Groh
2021-07-09LibJS: Implement Temporal.Instant.fromEpochMicroseconds()Linus Groh
2021-07-09LibJS: Implement Temporal.Instant.fromEpochMilliseconds()Linus Groh
2021-07-09LibJS: Implement Temporal.Instant.fromEpochSeconds()Linus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochNanosecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochMicrosecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochMillisecondsLinus Groh
2021-07-08LibJS: Implement Temporal.Instant.prototype.epochSecondsLinus Groh
2021-07-08LibJS: Implement Temporal.TimeZone.prototype.idLinus Groh
2021-07-08LibJS: Implement Date.prototype.toTemporalInstant()Linus Groh
2021-07-07LibJS: Implement Temporal.now.instant()Linus Groh
2021-07-07LibJS: Implement Temporal.now.timeZone()Linus Groh
2021-07-07LibJS: Add preparation for Temporal constructors and prototypesLinus Groh
2021-07-07LibJS: Add the Temporal namespace object :^)Linus Groh
2021-07-06LibJS: Implement Object.getOwnPropertyDescriptors()Idan Horowitz
2021-06-28LibJS: Add and use the %ThrowTypeError% intrinsicIdan Horowitz
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-19LibJS: Add the Number.prototype.toFixed methodIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__define{Getter, Setter}__ methodsIdan Horowitz
2021-06-17LibJS: Add the Object.prototype.__proto__ native accessor propertyIdan Horowitz
2021-06-16LibJS: Add the String.prototype.codePointAt() methodIdan Horowitz
2021-06-16LibJS: Add the String.fromCodePoint() methodIdan Horowitz
2021-06-15LibJS: Add all of the FinalizationRegistry.prototype methodsIdan Horowitz
2021-06-15LibJS: Add the Object.fromEntries methodIdan Horowitz
2021-06-14LibJS: Implement Array.prototype.copyWithin genericallydavidot
2021-06-14LibJS: Implement Array.prototype.flatMapdavidot
2021-06-14LibJS: Add all of the DataView.prototype.set* methodsIdan Horowitz
2021-06-14LibJS: Add all of the DataView.prototype.get* methodsIdan Horowitz
2021-06-13LibJS: Avoid lots of string-to-int during global object constructionAndreas Kling
2021-06-12LibJS: Add the Object.getOwnPropertySymbols methodIdan Horowitz
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Implement Object.assign()Linus Groh
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Implement AggregateErrorLinus Groh
2021-06-11LibJS: Implement generator functions (only in bytecode mode)Ali Mohammad Pur