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-04-07
LibJS: Consistently call observable Temporal AOs with undefined options
Linus Groh
2022-04-06
LibJS: Reorder and reduce steps of InitializeDateTimeFormat
Timothy Flynn
2022-04-06
LibJS: Remove outdated FIXME from String.prototype.localeCompare
Timothy Flynn
2022-04-05
LibJS: Actually generate a lexical env for SwitchStatement in BC
Ali Mohammad Pur
2022-04-05
LibJS: Use InitializeOrSet to initialize function declarations in BC
Ali Mohammad Pur
2022-04-05
LibJS: Make Handle<Value>::is_null() also consider the contained value
Ali Mohammad Pur
2022-04-04
LibJS: Fix typo in a variable name in get_substitution()
Linus Groh
2022-04-04
LibJS: Fix some clang-tidy warnings in Temporal
Linus Groh
2022-04-04
LibJS: Use MUST() instead of TRY() for two infallible Temporal AOs
Linus Groh
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-04-03
LibJS: Use AK::Time in system_utc_epoch_nanoseconds()
Linus Groh
2022-04-02
LibJS: Normalize NaN values in Sets and Maps
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibJS: Allow JS::make_handle(T*) to be called with nullptr
Andreas Kling
2022-03-31
LibJS: Don't assume that for-in/of target is a variable on LHS::Assign
Ali Mohammad Pur
2022-03-31
LibJS: Implement codegen for MemberExpression binding patterns
Ali Mohammad Pur
2022-03-31
LibJS: Implement bytecode generation for all ObjectExpression properties
Ali Mohammad Pur
2022-03-31
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
Linus Groh
2022-03-31
LibJS: Correct PlainYearMonth arithmetic for non-ISO calendars
Linus Groh
2022-03-31
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
Linus Groh
2022-03-31
LibJS: Emit reference information for { calendarName: "always" } option
Linus Groh
2022-03-31
LibJS: Fix Duration.compare() for dates with unusual number of hours
Linus Groh
2022-03-31
LibJS: Add explicit default copy+move constructors to ThrowCompletionOr
Hendiadyoin1
2022-03-30
LibJS: Normalize mathematical references to negative zero
Timothy Flynn
2022-03-30
LibJS: Modernize InitializeDateTimeFormat and simplify error handling
Timothy Flynn
2022-03-30
LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35
Timothy Flynn
2022-03-30
LibJS: Use consistent ASCII case-transformation and string language
Timothy Flynn
2022-03-30
LibJS: Set DateTimeFormat's [[HourCycle]] internal slot only once
Timothy Flynn
2022-03-30
LibJS: Mark an invocation to RequireObjectCoercible as fallible
Timothy Flynn
2022-03-30
LibJS: Use the new TransformCase AO for locale-aware case conversions
Timothy Flynn
2022-03-30
LibJS: Disallow calendar display names which contain an underscore
Timothy Flynn
2022-03-30
LibJS: Explicitly indicate infallible incovations
Timothy Flynn
2022-03-29
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
Linus Groh
2022-03-29
LibJS: Fix sign in PlainYearMonth.prototype.subtract()
Linus Groh
2022-03-29
LibJS: Update incorrect spec comment in ToRelativeTemporalObject
Linus Groh
2022-03-29
LibJS: Import C++ sources from libjs-test262 :^)
Linus Groh
2022-03-29
LibJS: Bring ForIn body evaluation closer to the specification
Idan Horowitz
2022-03-29
LibJS: Implement the EnumerateObjectProperties AO
Idan Horowitz
2022-03-28
LibJS: Add more delete operator tests
Luke Wilde
2022-03-28
LibJS/Bytecode: Implement the delete unary expression
Luke Wilde
2022-03-28
LibJS: Only store MemberExpression object when loading a computed prop
Luke Wilde
2022-03-28
LibJS: Generate update Jump in for/in/of only if block is not terminated
Luke Wilde
2022-03-28
LibJS/Bytecode: Update NewArray stringifier to print a register range
Luke Wilde
2022-03-25
LibJS: Fix number types in GetISOPartsFromEpoch
Linus Groh
2022-03-25
LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeFor
Linus Groh
2022-03-20
LibJS: Allow 'expect().fail("some random string")' in test-js
Ali Mohammad Pur
2022-03-19
LibJS/Bytecode: Make construct Call throw if callee isn't a constructor
Luke Wilde
2022-03-19
LibJS/Bytecode: Add support for new.target
Luke Wilde
2022-03-19
LibJS: Change nanoseconds_to_days() argument from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change nanoseconds_to_days() result from a JS to Crypto BigInt
Linus Groh
[next]