Commit History

Author SHA1 Message Date
  Linus Groh 7e4b0681e1 LibJS: Implement Date.prototype.toTemporalInstant() 4 years ago
  Linus Groh 3a39ff8f40 LibJS: Implement Temporal.now.instant() 4 years ago
  Linus Groh 6cd16eceb3 LibJS: Implement Temporal.now.timeZone() 4 years ago
  Linus Groh 6735353b96 LibJS: Add preparation for Temporal constructors and prototypes 4 years ago
  Linus Groh 8269921212 LibJS: Add the Temporal namespace object :^) 4 years ago
  Idan Horowitz 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() 4 years ago
  Idan Horowitz e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic 4 years ago
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago
  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