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
/
Forward.h
Age
Commit message (
Expand
)
Author
2021-11-29
LibJS: Implement a nearly empty Intl.DateTimeFormat object
Timothy Flynn
2021-11-29
LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances
davidot
2021-11-29
LibJS: Add AsyncIteratorPrototype
davidot
2021-11-21
LibJS: Parse async generator functions
davidot
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-10-31
LibJS: Remove old Native Functions
Idan Horowitz
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-20
LibJS: Remove unused JS_{DECLARE,DEFINE}_NATIVE_{GETTER,SETTER} macros
Idan Horowitz
2021-10-14
LibJS: Start implementing ShadowRealm
Linus Groh
2021-10-14
LibJS: Implement Wrapped Function Exotic Objects
Linus Groh
2021-09-25
LibJS: Add ECMAScriptFunctionObject forward declaration
Linus Groh
2021-09-15
LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template
Linus Groh
2021-09-12
LibJS: Start adding a JS::Realm class (spec's "Realm Record")
Linus Groh
2021-09-11
LibJS: Implement a nearly empty Intl.NumberFormat object
Timothy Flynn
2021-09-06
LibJS: Implement a nearly empty Intl.ListFormat object
Timothy Flynn
2021-09-02
LibJS: Implement a nearly empty Intl.Locale object
Timothy Flynn
2021-08-26
LibJS: Implement a nearly empty Intl.DisplayNames object
Timothy Flynn
2021-08-15
LibJS: Start implementing Temporal.PlainMonthDay
Linus Groh
2021-08-10
LibJS: Add a simple reference-counted UTF-16 string
Timothy Flynn
2021-08-08
LibJS: Add preparation for Intl constructors and prototypes
Linus Groh
2021-08-08
LibJS: Start implementing Temporal.PlainYearMonth
Linus Groh
2021-08-01
LibJS: Start implementing Temporal.ZonedDateTime
Linus Groh
2021-07-28
LibJS: Start implementing Temporal.PlainTime
Linus Groh
2021-07-22
LibJS: Start implementing Temporal.PlainDateTime
Linus Groh
2021-07-19
LibJS: Start implementing Temporal.PlainDate
Idan Horowitz
2021-07-19
LibJS: Implement Temporal.Duration.from()
Linus Groh
2021-07-16
LibJS: Implement the RegExpStringIterator object
Timothy Flynn
2021-07-16
LibJS: Start implementing Temporal.Duration
Linus Groh
2021-07-14
LibJS: Start implementing Temporal.Calendar
Linus Groh
2021-07-10
LibJS: Parse the RegExp.prototype.hasIndices flag
Timothy Flynn
2021-07-10
LibJS: Remove ECMAScriptFlags value from JS_ENUMERATE_REGEXP_FLAGS
Timothy Flynn
2021-07-07
LibJS: Remove the NativeProperty mechanism from LibJS
Idan Horowitz
2021-07-07
LibJS: Start implementing Temporal.Instant
Linus Groh
2021-07-07
LibJS: Start implementing Temporal.TimeZone
Linus Groh
2021-07-07
LibJS: Add preparation for Temporal constructors and prototypes
Linus Groh
2021-07-05
LibJS: Implement most of String.prototype.replaceAll
Timothy Flynn
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
LibJS: Add new PropertyDescriptor class and related abstract operations
Linus Groh
2021-07-01
LibJS: NewClass bytecode instruction
Johan Dahlin
2021-07-01
LibJS: Drop "Record" suffix from all the *Environment record classes
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-22
LibJS: Begin implementing GlobalEnvironmentRecord
Andreas Kling
2021-06-22
LibJS: Bring function environment records closer to the spec
Andreas Kling
2021-06-22
LibJS: Add ObjectEnvironmentRecord to Forward.h
Andreas Kling
2021-06-21
LibJS: Rename Environment Records so they match the spec :^)
Andreas Kling
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
LibJS: Add BigInt64Array and BigUint64Array
Luke
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
[next]