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-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
2022-03-15
LibJS: Reorganize spec steps for Intl.PluralRules
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.NumberFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.Locale
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.ListFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DisplayNames
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DateTimeFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.Collator
Timothy Flynn
2022-03-15
LibJS/Bytecode: Fix typo in object binding an entry with no alias
Luke Wilde
2022-03-15
LibJS/Bytecode: End for's variable scope after update block generation
Luke Wilde
2022-03-15
LibJS: Stop generating switch case statements on block termination
Luke Wilde
2022-03-14
LibJS: Implement default values for function parameters in BC
Ali Mohammad Pur
2022-03-14
LibJS/Bytecode: Replace merged block references before copying them
Ali Mohammad Pur
2022-03-14
LibJS: Use ranges instead of specifying all registers for NewArray
Ali Mohammad Pur
2022-03-14
LibJS/Bytecode: Make NewArray write directly to indexed properties
Luke Wilde
2022-03-14
LibJS/Bytecode: Setup declarative environment for lexical for statements
Luke Wilde
2022-03-14
LibJS/Bytecode: Setup declarative environment for catch with variable
Luke Wilde
[next]