Historial de Commits

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