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-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
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Add the MapIterator built-in and the key/values/entries methods
Idan Horowitz
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Add the WeakMap built-in object
Idan Horowitz
2021-06-12
LibJS: Generify the garbage collector's weak container notifications
Idan Horowitz
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-11
LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS}
Linus Groh
2021-06-10
LibJS: Perform function instantiation in bytecode
Andreas Kling
2021-06-09
LibJS: Implement the CreateListFromArrayLike() abstract operation
Linus Groh
2021-06-09
LibJS: Add the WeakSet built-in object
Idan Horowitz
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
[next]