Commit History

Author SHA1 Message Date
  Idan Horowitz c31392510a LibJS: Add the Number.prototype.toFixed method 4 years ago
  Idan Horowitz 1cf5663e38 LibJS: Add the Object.prototype.__lookup{Getter, Setter}__ methods 4 years ago
  Idan Horowitz f98c0ca528 LibJS: Add the Object.prototype.__define{Getter, Setter}__ methods 4 years ago
  Idan Horowitz 37340aa599 LibJS: Add the Object.prototype.__proto__ native accessor property 4 years ago
  Idan Horowitz 8e05b49089 LibJS: Add the String.prototype.codePointAt() method 4 years ago
  Idan Horowitz 2299be474b LibJS: Add the String.fromCodePoint() method 4 years ago
  Idan Horowitz e1b0719435 LibJS: Add all of the FinalizationRegistry.prototype methods 4 years ago
  Idan Horowitz 9a0cbcc3d1 LibJS: Add the Object.fromEntries method 4 years ago
  davidot 6c13cc67c6 LibJS: Implement Array.prototype.copyWithin generically 4 years ago
  davidot 910b803d8d LibJS: Implement Array.prototype.flatMap 4 years ago
  Idan Horowitz d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods 4 years ago
  Idan Horowitz c54b9a6920 LibJS: Add all of the DataView.prototype.get* methods 4 years ago
  Andreas Kling 5eef07d232 LibJS: Avoid lots of string-to-int during global object construction 4 years ago
  Idan Horowitz bd9e20ef79 LibJS: Add the Object.getOwnPropertySymbols method 4 years ago
  Idan Horowitz 7eba63a8a3 LibJS: Add the WeakRef built-in object 4 years ago
  Linus Groh 7e1bffdeb8 LibJS: Implement Object.assign() 4 years ago
  Linus Groh 862ba64037 LibJS: Implement the Error Cause proposal 4 years ago
  Linus Groh cbd7437d40 LibJS: Implement AggregateError 4 years ago
  Ali Mohammad Pur 3234697eca LibJS: Implement generator functions (only in bytecode mode) 4 years ago
  Idan Horowitz 0b0f1eda05 LibJS: Add most of the Set.prototype methods 4 years ago
  Idan Horowitz 670be04c81 LibJS: Add the Set built-in object 4 years ago
  Linus Groh 9b35231453 LibJS: Implement Proxy.revocable() 4 years ago
  Idan Horowitz 60e70e5ee4 LibJS: Add Date.setUTC{Date, Month, Hours, ...}() aliases 4 years ago
  Idan Horowitz 17afe015a5 LibJS: Add Date.prototype.setTime() 4 years ago
  Idan Horowitz a93b1c7ea0 LibJS: Add Date.prototype.setMonth() 4 years ago
  Idan Horowitz b893963651 LibJS: Add Date.prototype.setDate() 4 years ago
  Idan Horowitz 3eb05d9413 LibJS: Stub out Date.prototype.getTimezoneOffset() 4 years ago
  Idan Horowitz 442ef63008 LibJS: Add the global escape() & unescape() methods 4 years ago
  Idan Horowitz 0f8ed6183b LibJS: Add the Number.{MAX, MIN}_VALUE constants 4 years ago
  Idan Horowitz de8d081ca4 LibJS: Add the String.prototype.trim{Left, Right} aliases 4 years ago