Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Flynn 6c67de8186 LibJS: Implement RegExp.prototype.hasIndices proposal hace 4 años
  Timothy Flynn d1e06b00e3 LibJS: Parse the RegExp.prototype.hasIndices flag hace 4 años
  Idan Horowitz f98a98506f LibJS: Add %TypedArray%.prototype.subarray hace 4 años
  Linus Groh ca71d99c66 LibJS: Implement Temporal.Instant.fromEpochNanoseconds() hace 4 años
  Linus Groh 5872357b56 LibJS: Implement Temporal.Instant.fromEpochMicroseconds() hace 4 años
  Linus Groh 66ff772254 LibJS: Implement Temporal.Instant.fromEpochMilliseconds() hace 4 años
  Linus Groh 2401e45720 LibJS: Implement Temporal.Instant.fromEpochSeconds() hace 4 años
  Linus Groh 117323f2d9 LibJS: Implement Temporal.Instant.prototype.epochNanoseconds hace 4 años
  Linus Groh b5d0cdc97e LibJS: Implement Temporal.Instant.prototype.epochMicroseconds hace 4 años
  Linus Groh b157ab3f12 LibJS: Implement Temporal.Instant.prototype.epochMilliseconds hace 4 años
  Linus Groh 5010e01223 LibJS: Implement Temporal.Instant.prototype.epochSeconds hace 4 años
  Linus Groh 51c581f604 LibJS: Implement Temporal.TimeZone.prototype.id hace 4 años
  Linus Groh 7e4b0681e1 LibJS: Implement Date.prototype.toTemporalInstant() hace 4 años
  Linus Groh 3a39ff8f40 LibJS: Implement Temporal.now.instant() hace 4 años
  Linus Groh 6cd16eceb3 LibJS: Implement Temporal.now.timeZone() hace 4 años
  Linus Groh 6735353b96 LibJS: Add preparation for Temporal constructors and prototypes hace 4 años
  Linus Groh 8269921212 LibJS: Add the Temporal namespace object :^) hace 4 años
  Idan Horowitz 5e621e494f LibJS: Implement Object.getOwnPropertyDescriptors() hace 4 años
  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