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
Age
Commit message (
Expand
)
Author
2022-09-18
LibJS: Add missing includes
Ben Wiederhake
2022-09-18
LibJS: Handle NumberFormat's [[UseGrouping]] option for "true" / "false"
Timothy Flynn
2022-09-17
LibJS: Parse date strings like "9/17/2022"
davidot
2022-09-17
LibJS: Break another inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-17
LibJS: Break inclusion cycle by removing unnecessary include
Ben Wiederhake
2022-09-16
LibC: Remove the LibM interface target
Tim Schumacher
2022-09-16
LibJS: Supress an unused bind when wrapping float atomic operations
Tim Schumacher
2022-09-15
LibJS: Do not invoke Cell::vm in constructors before Cell is constructed
Timothy Flynn
2022-09-15
LibJS: Do not assume that IsArray means the object type is an Array
Timothy Flynn
2022-09-15
LibJS: Use correct include + object class for Function{Object,Prototype}
Timothy Flynn
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-10
LibJS: Allow negative pointers in Value
davidot
2022-09-08
LibJS+LibWeb: Spin event loop via VM::CustomData abstraction
Andreas Kling
2022-09-06
LibJS: Make sure JS::Script visits its HostDefined object
Andreas Kling
2022-09-06
LibJS+LibWeb: Make HTML::Script GC-allocated
Andreas Kling
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-05
LibLocale: Move locale source files to the LibLocale library
Timothy Flynn
2022-09-05
LibLocale: Move locale source files to the LibLocale folder
Timothy Flynn
2022-09-05
Userland: Move files destined for LibLocale to the Locale namespace
Timothy Flynn
2022-09-05
LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h
Timothy Flynn
2022-09-05
LibJS: Remove unused include from JS::Temporal::Calendar
Timothy Flynn
2022-09-03
LibJS: Don't use a Handle<Realm> in FinalizationRegistry
Andreas Kling
2022-09-03
LibJS: Make Handle<T> more user-friendly
Andreas Kling
2022-09-03
LibJS: Add Cell::Visitor::visit(Cell&)
Andreas Kling
2022-09-03
LibJS: Add GCPtr and NonnullGCPtr
Andreas Kling
2022-09-02
LibJS: Fix incorrect check in ValidateAndApplyPropertyDescriptor
Linus Groh
2022-09-02
LibJS: Assert Proxy target is a function in [[Call]] and [[Construct]]
Linus Groh
2022-09-02
LibJS: Allow anonymous functions as default exports
davidot
2022-09-02
LibJS: Make indirect bindings of module behave like normal bindings
davidot
2022-09-02
LibJS: Make DeclarativeEnvironment based on bindings instead of indices
davidot
2022-09-02
LibJS: Allow exporting any imported bindings
davidot
2022-09-02
LibJS: Only check for duplicate exports if they have a name
davidot
2022-09-02
LibJS: Put exports before symbols in keys of module namespace object
davidot
2022-09-02
LibJS: Call resolve instead of reject in AsyncFromSyncIteratorPrototype
davidot
2022-09-02
LibJS: Handle empty named export
davidot
2022-09-02
LibJS: Allow full ModuleExportName in namespace
davidot
2022-08-31
LibJS: Implement SuperCall for the Bytecode-VM
Hendiadyoin1
2022-08-31
LibJS: Use builder.join in `to_string_impl()`s where applicable
Hendiadyoin1
2022-08-30
LibJS: Create DurationFormat's ListFormat object with type and style
Timothy Flynn
2022-08-30
LibJS: Use numeric style if the previous style was numeric or 2-digit
Timothy Flynn
2022-08-30
LibJS: Update DurationFormat AO text to align with ECMA-402 and Temporal
Timothy Flynn
2022-08-30
LibJS: Rename DurationFormat's DurationSign to DurationRecordSign
Timothy Flynn
2022-08-30
LibJS: Align ToDurationRecord with ToTemporalDurationRecord
Timothy Flynn
2022-08-30
LibJS: Mark PartitionDurationFormatPattern as infallible
Timothy Flynn
2022-08-30
LibJS: Change GetDurationUnitOptions to require a string for prevStyle
Timothy Flynn
2022-08-30
LibJS: Resolve FIXMEs in DurationFormat's PartitionDurationFormatPattern
Timothy Flynn
2022-08-30
LibJS: Default to "short" for DurationFormat's style option
Timothy Flynn
2022-08-30
LibJS: Default to 0 for DurationFormat's fractionalDigits option
Timothy Flynn
[next]