Commit History

Author SHA1 Message Date
  Linus Groh 33679a8445 LibJS: Add a JS::Completion class and JS::ThrowCompletionOr<T> template 3 years ago
  Linus Groh d9c3bafcd9 LibJS: Start adding a JS::Realm class (spec's "Realm Record") 3 years ago
  Timothy Flynn 07f12b108b LibJS: Implement a nearly empty Intl.NumberFormat object 3 years ago
  Timothy Flynn 8e75e5fabb LibJS: Implement a nearly empty Intl.ListFormat object 3 years ago
  Timothy Flynn 2c10e9fdd3 LibJS: Implement a nearly empty Intl.Locale object 3 years ago
  Timothy Flynn 0fb4e8b749 LibJS: Implement a nearly empty Intl.DisplayNames object 3 years ago
  Linus Groh be07e2e91b LibJS: Start implementing Temporal.PlainMonthDay 3 years ago
  Timothy Flynn 02e7dceb96 LibJS: Add a simple reference-counted UTF-16 string 3 years ago
  Linus Groh 44a8b55c50 LibJS: Add preparation for Intl constructors and prototypes 3 years ago
  Linus Groh 0a8edd5ce7 LibJS: Start implementing Temporal.PlainYearMonth 3 years ago
  Linus Groh cfb77b66e5 LibJS: Start implementing Temporal.ZonedDateTime 3 years ago
  Linus Groh ae4bf8fc32 LibJS: Start implementing Temporal.PlainTime 3 years ago
  Linus Groh 4be3196882 LibJS: Start implementing Temporal.PlainDateTime 4 years ago
  Idan Horowitz cc00ccec41 LibJS: Start implementing Temporal.PlainDate 4 years ago
  Linus Groh 5c77885873 LibJS: Implement Temporal.Duration.from() 4 years ago
  Timothy Flynn cfddcad7cf LibJS: Implement the RegExpStringIterator object 4 years ago
  Linus Groh 7921d8ba91 LibJS: Start implementing Temporal.Duration 4 years ago
  Linus Groh a2f1d79765 LibJS: Start implementing Temporal.Calendar 4 years ago
  Timothy Flynn d1e06b00e3 LibJS: Parse the RegExp.prototype.hasIndices flag 4 years ago
  Timothy Flynn e801cc7afd LibJS: Remove ECMAScriptFlags value from JS_ENUMERATE_REGEXP_FLAGS 4 years ago
  Idan Horowitz 795786387b LibJS: Remove the NativeProperty mechanism from LibJS 4 years ago
  Linus Groh 47fb4286c7 LibJS: Start implementing Temporal.Instant 4 years ago
  Linus Groh 265e89367e LibJS: Start implementing Temporal.TimeZone 4 years ago
  Linus Groh 6735353b96 LibJS: Add preparation for Temporal constructors and prototypes 4 years ago
  Timothy Flynn 9f0aef6051 LibJS: Implement most of String.prototype.replaceAll 4 years ago
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) 4 years ago
  Linus Groh bb1a98d809 LibJS: Add new PropertyDescriptor class and related abstract operations 4 years ago
  Johan Dahlin f6028c2534 LibJS: NewClass bytecode instruction 4 years ago
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes 4 years ago
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject 4 years ago