index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
CommonPropertyNames.h
Age
Commit message (
Expand
)
Author
2021-07-14
LibJS: Implement Atomics.isLockFree
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.compareExchange
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.exchange
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.store
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.xor
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.or
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.and
Timothy Flynn
2021-07-14
LibJS: Implement Atomics.load
Timothy Flynn
2021-07-14
LibJS: Begin implementing Atomics
Timothy Flynn
2021-07-12
LibJS: Add Temporal.Instant.prototype.equals()
Idan Horowitz
2021-07-12
LibJS: Add Temporal.Instant.compare()
Idan Horowitz
2021-07-10
LibJS: Implement RegExp.prototype.hasIndices proposal
Timothy Flynn
2021-07-10
LibJS: Parse the RegExp.prototype.hasIndices flag
Timothy Flynn
2021-07-09
LibJS: Add %TypedArray%.prototype.subarray
Idan Horowitz
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochNanoseconds()
Linus Groh
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochMicroseconds()
Linus Groh
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochMilliseconds()
Linus Groh
2021-07-09
LibJS: Implement Temporal.Instant.fromEpochSeconds()
Linus Groh
2021-07-08
LibJS: Implement Temporal.Instant.prototype.epochNanoseconds
Linus Groh
2021-07-08
LibJS: Implement Temporal.Instant.prototype.epochMicroseconds
Linus Groh
2021-07-08
LibJS: Implement Temporal.Instant.prototype.epochMilliseconds
Linus Groh
2021-07-08
LibJS: Implement Temporal.Instant.prototype.epochSeconds
Linus Groh
2021-07-08
LibJS: Implement Temporal.TimeZone.prototype.id
Linus Groh
2021-07-08
LibJS: Implement Date.prototype.toTemporalInstant()
Linus Groh
2021-07-07
LibJS: Implement Temporal.now.instant()
Linus Groh
2021-07-07
LibJS: Implement Temporal.now.timeZone()
Linus Groh
2021-07-07
LibJS: Add preparation for Temporal constructors and prototypes
Linus Groh
2021-07-07
LibJS: Add the Temporal namespace object :^)
Linus Groh
2021-07-06
LibJS: Implement Object.getOwnPropertyDescriptors()
Idan Horowitz
2021-06-28
LibJS: Add and use the %ThrowTypeError% intrinsic
Idan Horowitz
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-19
LibJS: Add the Number.prototype.toFixed method
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__define{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__proto__ native accessor property
Idan Horowitz
2021-06-16
LibJS: Add the String.prototype.codePointAt() method
Idan Horowitz
2021-06-16
LibJS: Add the String.fromCodePoint() method
Idan Horowitz
2021-06-15
LibJS: Add all of the FinalizationRegistry.prototype methods
Idan Horowitz
2021-06-15
LibJS: Add the Object.fromEntries method
Idan Horowitz
2021-06-14
LibJS: Implement Array.prototype.copyWithin generically
davidot
2021-06-14
LibJS: Implement Array.prototype.flatMap
davidot
2021-06-14
LibJS: Add all of the DataView.prototype.set* methods
Idan Horowitz
2021-06-14
LibJS: Add all of the DataView.prototype.get* methods
Idan Horowitz
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-12
LibJS: Add the Object.getOwnPropertySymbols method
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-11
LibJS: Implement generator functions (only in bytecode mode)
Ali Mohammad Pur
[next]