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-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
2022-03-19
LibJS: Change balance_duration() nanoseconds from a JS to Crypto BigInt
Linus Groh
2022-03-19
LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts
Linus Groh
2022-03-19
LibJS: Implement bytecode generation for For-In/Of statements
Ali Mohammad Pur
2022-03-19
DevTools+LibJS+LibWeb: Change class_name to use StringView
Lenny Maiorani
2022-03-18
Everywhere: Deduplicate day/month name constants
Lenny Maiorani
2022-03-18
Userland: Change static const variables to static constexpr
Lenny Maiorani
2022-03-18
LibJS: Tweak Interpreter::create() for more spec-likeness
Linus Groh
2022-03-18
LibJS: Use TRY(push_execution_context()) in places where we can recover
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
LibJS: Update specification steps for RegExp Match Indices
Timothy Flynn
2022-03-16
LibJS: Fix fraction substring in ParseTimeZoneOffsetString
Linus Groh
2022-03-16
LibJS: Remove unused code in DifferenceISODate
Linus Groh
2022-03-16
LibJS: Remove the ConstrainToRange AO
Linus Groh
2022-03-16
LibJS: Remove argument type assertion from ParseTemporalDurationString
Linus Groh
2022-03-16
LibJS: Assume Get() on the result of PrepareTemporalFields can't fail
Linus Groh
2022-03-16
LibJS: Relax line and column number restrictions in Error stack tests
Simon Wanner
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-03-15
LibJS: Handle non-Error this object in Error.prototype.stack getter
Linus Groh
2022-03-15
LibJS/Tests: Consolidate Error.prototype.stack tests
Linus Groh
2022-03-15
LibJS: Set internal function name of NativeError constructors
Linus Groh
2022-03-15
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
Timothy Flynn
[next]