Historique des commits

Auteur SHA1 Message Date
  Linus Groh dd547c3374 LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype% il y a 3 ans
  Linus Groh 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype il y a 3 ans
  Linus Groh 2c68ec9097 LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters il y a 3 ans
  Linus Groh 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() il y a 3 ans
  Idan Horowitz 08d1ae58b1 LibJS: Initialize {Async,}{Generator,}Function constructors properly il y a 3 ans
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> il y a 3 ans
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} il y a 3 ans
  Idan Horowitz bbacea255f LibJS: Start implementing Intl Segments objects il y a 3 ans
  davidot 202de6ed25 LibJS: Expose JSON.parse as an intrinsic value of the global object il y a 3 ans
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype il y a 3 ans
  Timothy Flynn 4cc8cf9233 LibJS: Add an accessor for the %Date.now% instrinsic property il y a 3 ans
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances il y a 3 ans
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for il y a 3 ans
  Linus Groh 27d84bebd4 LibJS: Remove redundant exception checks from initialize_constructor() il y a 3 ans
  Timothy Flynn e92d14d498 LibJS: Convert GlobalObject to ThrowCompletionOr il y a 3 ans
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Linus Groh cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm il y a 3 ans
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions il y a 3 ans
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr il y a 3 ans
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm il y a 3 ans
  Linus Groh 45eef97906 LibJS: Avoid transitions in GlobalObject::initialize_constructor() il y a 4 ans
  davidot 151447bdf7 LibJS: Move Object::invoke to Value::invoke and fix it for primitives il y a 4 ans
  Linus Groh 44a8b55c50 LibJS: Add preparation for Intl constructors and prototypes il y a 4 ans
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() il y a 4 ans
  Linus Groh 1c1354db07 LibJS: Store the %Array.prototype.values% intrinsic on the global object il y a 4 ans
  Linus Groh 6735353b96 LibJS: Add preparation for Temporal constructors and prototypes il y a 4 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans
  Andreas Kling 44221756ab LibJS: Drop "Record" suffix from all the *Environment record classes il y a 4 ans
  Idan Horowitz e2e695bc9f LibJS: Add and use the %ThrowTypeError% intrinsic il y a 4 ans