Commit History

Author SHA1 Message Date
  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
  Andreas Kling 1f8b6ac3c3 LibJS: Begin implementing GlobalEnvironmentRecord 4 years ago
  Andreas Kling aabd82d508 LibJS: Bring function environment records closer to the spec 4 years ago
  Andreas Kling c6baeca6d7 LibJS: Add ObjectEnvironmentRecord to Forward.h 4 years ago
  Andreas Kling 6c6dbcfc36 LibJS: Rename Environment Records so they match the spec :^) 4 years ago
  Matthew Olsson 22b17219ff LibJS: Add the remaining generator objects 4 years ago
  Idan Horowitz dcb55db99b LibJS: Replace boolean without_side_effects parameters with an enum 4 years ago
  Luke 9cbd90fdb6 LibJS: Add BigInt64Array and BigUint64Array 4 years ago
  Idan Horowitz de9fa6622a LibJS: Add the FinalizationRegistry built-in object 4 years ago
  Idan Horowitz e4d267d4fb LibJS: Add the DataView built-in object 4 years ago
  Idan Horowitz 322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods 4 years ago
  Idan Horowitz a96ac8bd56 LibJS: Add the Map built-in object 4 years ago
  Idan Horowitz 7eba63a8a3 LibJS: Add the WeakRef built-in object 4 years ago
  Idan Horowitz 39554f3787 LibJS: Add the WeakMap built-in object 4 years ago
  Idan Horowitz 1a8ee5d8d7 LibJS: Generify the garbage collector's weak container notifications 4 years ago
  Linus Groh cbd7437d40 LibJS: Implement AggregateError 4 years ago
  Linus Groh ad3242bab7 LibJS: Rename JS_ENUMERATE_{ERROR_SUBCLASSES => NATIVE_ERRORS} 4 years ago
  Andreas Kling b3e6a6c1cd LibJS: Perform function instantiation in bytecode 4 years ago
  Linus Groh ad7aa05cc6 LibJS: Implement the CreateListFromArrayLike() abstract operation 4 years ago