Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
..
AbstractOperations.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
AbstractOperations.h 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
Calendar.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
Calendar.h 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 년 전
CalendarConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
CalendarConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
CalendarPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
CalendarPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
Duration.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
Duration.h f669d2e558 LibJS: Port temporal_duration_to_string() to String 2 년 전
DurationConstructor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
DurationConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
DurationPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 년 전
DurationPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
ISO8601.cpp 588dae8aa6 LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD 2 년 전
ISO8601.h 588dae8aa6 LibJS/Temporal: Allow annotations after YYYY-MM and MM-DD 2 년 전
Instant.cpp 3f35ffb648 Userland: Prefer `_string` over `_short_string` 2 년 전
Instant.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
InstantConstructor.cpp 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 년 전
InstantConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
InstantPrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 년 전
InstantPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
Now.cpp f31540e419 LibJS: Implement time zone identifier AOs centrally within Date 1 년 전
Now.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainDate.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainDate.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainDateConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainDateConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainDatePrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
PlainDatePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainDateTime.cpp 1dce1994eb LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2 년 전
PlainDateTime.h 1dce1994eb LibJS: Make the options arg of InterpretTemporalDateTimeFields nullable 2 년 전
PlainDateTimeConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainDateTimeConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainDateTimePrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
PlainDateTimePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainMonthDay.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainMonthDay.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainMonthDayConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainMonthDayConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainMonthDayPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
PlainMonthDayPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainTime.cpp 34344120f2 AK: Make "foo"_string infallible 2 년 전
PlainTime.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainTimeConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainTimeConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainTimePrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
PlainTimePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainYearMonth.cpp 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainYearMonth.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
PlainYearMonthConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainYearMonthConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
PlainYearMonthPrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
PlainYearMonthPrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
Temporal.cpp 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 2 년 전
Temporal.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
TimeZone.cpp 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h 2 년 전
TimeZone.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 년 전
TimeZoneConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
TimeZoneConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
TimeZonePrototype.cpp 1a27c525d5 LibJS: Make PrimitiveString::create() infallible 2 년 전
TimeZonePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
ZonedDateTime.cpp c084269e5f LibJS: Make PrimitiveString::utf8_string() infallible 2 년 전
ZonedDateTime.h 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 년 전
ZonedDateTimeConstructor.cpp 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
ZonedDateTimeConstructor.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전
ZonedDateTimePrototype.cpp 97ebfd9f0f LibJS: Make Value::to_string_without_side_effects() infallible 2 년 전
ZonedDateTimePrototype.h 18c54d8d40 LibJS: Make Cell::initialize() return void 2 년 전