提交历史

作者 SHA1 备注 提交日期
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() 3 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 3 年之前
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject 3 年之前
  Linus Groh dd547c3374 LibJS: Add getters for %{Async,}GeneratorFunction.prototype.prototype% 3 年之前
  Linus Groh 0c65624a32 LibJS: Add AsyncGenerator / AsyncGeneratorPrototype 3 年之前
  Linus Groh 2c68ec9097 LibJS: Use Object* for 'manual' GlobalObject::foo_prototype() getters 3 年之前
  Linus Groh 00b8ce4a6d LibJS: Pass this value to fallback func in Array.prototype.toString() 3 年之前
  Idan Horowitz 08d1ae58b1 LibJS: Initialize {Async,}{Generator,}Function constructors properly 3 年之前
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 年之前
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 年之前
  Idan Horowitz bbacea255f LibJS: Start implementing Intl Segments objects 3 年之前
  davidot 202de6ed25 LibJS: Expose JSON.parse as an intrinsic value of the global object 3 年之前
  Linus Groh 4ed49e05a9 LibJS: Rename GeneratorObjectPrototype to GeneratorPrototype 3 年之前
  Timothy Flynn 4cc8cf9233 LibJS: Add an accessor for the %Date.now% instrinsic property 3 年之前
  davidot 064c8be627 LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances 3 年之前
  Luke Wilde 3666d2132b LibJS: Remove fallback value for get_offset_nanoseconds_for 3 年之前
  Linus Groh 27d84bebd4 LibJS: Remove redundant exception checks from initialize_constructor() 3 年之前
  Timothy Flynn e92d14d498 LibJS: Convert GlobalObject to ThrowCompletionOr 3 年之前
  Andreas Kling 398c181c79 LibJS: Rename PropertyName to PropertyKey 3 年之前
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 年之前
  Linus Groh cbbf4abb0d LibJS: Add a way to get from a GlobalObject to its associated Realm 3 年之前
  Andreas Kling 14c57b4b7f LibJS: Remove transition avoidance & start caching prototype transitions 3 年之前
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 年之前
  Linus Groh f29a82dd84 LibJS: Move the GlobalEnvironment from GlobalObject to Realm 3 年之前
  Linus Groh 45eef97906 LibJS: Avoid transitions in GlobalObject::initialize_constructor() 3 年之前
  davidot 151447bdf7 LibJS: Move Object::invoke to Value::invoke and fix it for primitives 4 年之前
  Linus Groh 44a8b55c50 LibJS: Add preparation for Intl constructors and prototypes 4 年之前
  Linus Groh c303bbde54 LibJS: Implement Temporal.Now.plainDate() 4 年之前
  Linus Groh 1c1354db07 LibJS: Store the %Array.prototype.values% intrinsic on the global object 4 年之前