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
Age
Commit message (
Expand
)
Author
2021-06-19
LibJS: Object.getOwnPropertyNames() should enumerate String's .length
Andreas Kling
2021-06-19
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
Andreas Kling
2021-06-19
LibJS: Support object rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Support array rest elements in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement array destructuring for the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Implement more IteratorOperations and organize file
Matthew Olsson
2021-06-19
LibJS: Support object destructuring in the bytecode interpreter
Matthew Olsson
2021-06-19
LibJS: Add JumpUndefined bytecode
Matthew Olsson
2021-06-19
LibJS: Ensure GetBy{Id,Value} never load <empty> into the accumulator
Matthew Olsson
2021-06-19
LibJS: Restructure and fully implement BindingPatterns
Matthew Olsson
2021-06-19
LibJS: Remove bad spread check in declaration parsing
Matthew Olsson
2021-06-19
LibJS: Add missing exception checks to Number() constructor
Linus Groh
2021-06-19
LibJS: Make Number() constructor spec compliant
Linus Groh
2021-06-19
LibJS: Add a bunch more missing ECMA-262 section/title/URL comments
Linus Groh
2021-06-19
LibJS: Disallow 'yield' identifier initializer in GeneratorFunctions
Matthew Olsson
2021-06-19
LibJS: Implement GeneratorFunctionConstructor::construct
Matthew Olsson
2021-06-19
LibJS: Add the remaining generator objects
Matthew Olsson
2021-06-19
LibCrypto: Fix Hash::MD5's movability
DexesTTP
2021-06-18
LibJS: Add and use the ArraySpeciesCreate abstract operation
Idan Horowitz
2021-06-18
LibJS: Bring FlattenIntoArray closer to the specification
Idan Horowitz
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-18
LibJS/Tests: Use eval() for toEvalTo(), not Function()
Linus Groh
2021-06-18
LibJS: Throw on detached viewed ArrayBuffer when validating TypedArrays
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.toString property
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype.join method
Idan Horowitz
2021-06-18
LibJS: Add the TypedArray.prototype[Symbol.toString] getter accessor
Idan Horowitz
2021-06-18
LibJS: Do not trim whitespace from property names when they're numbers
sin-ack
2021-06-18
LibJS: Add %TypedArray%.prototype.some
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.forEach
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.findIndex
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.find
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.every
Luke
2021-06-18
LibGUI: Don't restart AbstractView drag on mousemove after escape key
Andreas Kling
2021-06-18
LibUSBDB: Fix vendor id decoding
Jesse Buhagiar
2021-06-18
LibC: Add definition for PRIuPTR
Gunnar Beutner
2021-06-18
Userland/Libraries: Add LibUSBDB library
Jesse Buhagiar
2021-06-18
LibJS: Add Number.parseInt
Luke
2021-06-18
LibJS: Use existing attributes if any are missing in the new descriptor
Idan Horowitz
2021-06-18
LibJS: Add missing exception check in Date.prototype.toJSON
Luke
2021-06-17
LibJS: Add the TypedArray.of() method
Idan Horowitz
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
LibJS: Remove the unused IndexedProperties::append_all method
Idan Horowitz
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
2021-06-17
LibJS: Cast to i64 for is_integral_number
sin-ack
2021-06-17
LibJS: Stop overwriting existing accessors in Object::define_property
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__define{Getter, Setter}__ methods
Idan Horowitz
2021-06-17
LibJS: Add the Object.prototype.__proto__ native accessor property
Idan Horowitz
2021-06-17
LibJS: Fix .length attributes of various native functions
Linus Groh
2021-06-17
LibJS: Throw a syntax error when an identifier is a reserved word
Idan Horowitz
[next]