Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Linus Groh a4d04cc748 LibJS: Refactor Array.prototype callback functions and make them generic 5 gadi atpakaļ
  Linus Groh 5db9becc4a LibJS: Treat missing arg in Array.prototype.includes() as undefined 5 gadi atpakaļ
  Luke 57d15acd4c LibJS: Add Array.prototype.every 5 gadi atpakaļ
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. 5 gadi atpakaļ
  Andreas Kling c6ddbd1f3e LibJS: Add side-effect-free version of Value::to_string() 5 gadi atpakaļ
  Matthew Olsson 532d4bc0ab LibJS: Spec-compliant equality comparisons 5 gadi atpakaļ
  Linus Groh eea62dd365 LibJS: Add Value::{is, as}_function() 5 gadi atpakaļ
  Andreas Kling aaf35112a4 LibJS: Pass JS::Function around by reference more 5 gadi atpakaļ
  Linus Groh d4ec38097f LibJS: Return undefined in Array.prototype.{pop,shift} for empty values 5 gadi atpakaļ
  Linus Groh 6d6cd64689 LibJS: Skip undefined and null in join_array_with_separator() 5 gadi atpakaļ
  Linus Groh 3152559422 LibJS: Call Array.prototype.findIndex() callback for empty elements 5 gadi atpakaļ
  Linus Groh 823cc7bc1c LibJS: Call Array.prototype.find() callback for empty elements 5 gadi atpakaļ
  Linus Groh ad8abce8a5 LibJS: Let Array.prototype.map() resize new array before loop 5 gadi atpakaļ
  Kesse Jones 1c4d776ccc LibJS: Add Array.prototype.some 5 gadi atpakaļ
  Linus Groh c14fedd562 LibJS: Add bounds check to Array.prototype.{find,findIndex} 5 gadi atpakaļ
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties 5 gadi atpakaļ
  Kesse Jones 36c00e8078 LibJS: Add Array.prototype.findIndex 5 gadi atpakaļ
  Kesse Jones b0ca174d49 LibJS: Add Array.prototype.find 5 gadi atpakaļ
  Kesse Jones 687096cadd LibJS: Add Array.prototype.includes 5 gadi atpakaļ
  Kesse Jones 6d308113b8 LibJS: Fix Array.prototype.indexOf fromIndex negative 5 gadi atpakaļ
  Linus Groh 418092a71a LibJS: Implement Array length setter 5 gadi atpakaļ
  Kesse Jones b2305cb67d LibJS: Add Array.prototype.lastIndexOf 5 gadi atpakaļ
  Kesse Jones df6696f576 LibJS: Add Array.prototype.reverse 5 gadi atpakaļ
  Kesse Jones 579975fd1e LibJS: Add Array.prototype.indexOf 5 gadi atpakaļ
  Andreas Kling f7a1696087 LibJS: Add MarkedValueList and use it for argument passing 5 gadi atpakaļ
  Kesse Jones 856ab9c600 LibJS: Add Array.prototype.slice 5 gadi atpakaļ
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object 5 gadi atpakaļ
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor 5 gadi atpakaļ
  Andreas Kling 2d7b495244 LibJS: Make Array constructor take its prototype 5 gadi atpakaļ
  Kesse Jones 4931c0feda LibJS: Add Array.prototype.concat 5 gadi atpakaļ