Commit History

Author SHA1 Message Date
  Linus Groh d4ec38097f LibJS: Return undefined in Array.prototype.{pop,shift} for empty values 5 years ago
  Linus Groh 6d6cd64689 LibJS: Skip undefined and null in join_array_with_separator() 5 years ago
  Linus Groh 3152559422 LibJS: Call Array.prototype.findIndex() callback for empty elements 5 years ago
  Linus Groh 823cc7bc1c LibJS: Call Array.prototype.find() callback for empty elements 5 years ago
  Linus Groh ad8abce8a5 LibJS: Let Array.prototype.map() resize new array before loop 5 years ago
  Kesse Jones 1c4d776ccc LibJS: Add Array.prototype.some 5 years ago
  Linus Groh c14fedd562 LibJS: Add bounds check to Array.prototype.{find,findIndex} 5 years ago
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 years ago
  Kesse Jones 36c00e8078 LibJS: Add Array.prototype.findIndex 5 years ago
  Kesse Jones b0ca174d49 LibJS: Add Array.prototype.find 5 years ago
  Kesse Jones 687096cadd LibJS: Add Array.prototype.includes 5 years ago
  Kesse Jones 6d308113b8 LibJS: Fix Array.prototype.indexOf fromIndex negative 5 years ago
  Linus Groh 418092a71a LibJS: Implement Array length setter 5 years ago
  Kesse Jones b2305cb67d LibJS: Add Array.prototype.lastIndexOf 5 years ago
  Kesse Jones df6696f576 LibJS: Add Array.prototype.reverse 5 years ago
  Kesse Jones 579975fd1e LibJS: Add Array.prototype.indexOf 5 years ago
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing 5 years ago
  Kesse Jones 856ab9c600 LibJS: Add Array.prototype.slice 5 years ago
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 years ago
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 years ago
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype 5 years ago
  Kesse Jones 4931c0feda LibJS: Add Array.prototype.concat 5 years ago
  Andreas Kling ad2aac5fde LibJS: Add Array.prototype.join() 5 years ago
  Linus Groh f7df521073 LibJS: Add Array.prototype.map() 5 years ago
  Linus Groh f03d005bc4 LibJS: Add Array.prototype.filter() 5 years ago
  Linus Groh 866172a721 LibJS: Add Array.prototype.forEach() 5 years ago
  Linus Groh 29253bf932 LibJS: Add Array.prototype.unshift() 5 years ago
  Linus Groh 5da1a40ccf LibJS: Support multiple arguments in Array.prototype.push() 5 years ago
  Linus Groh 9fab52a390 LibJS: Remove shift, pop, push functions from Array object 5 years ago
  Andreas Kling e5da1cc566 LibJS: Throw real TypeError, ReferenceError, etc objects 5 years ago