提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! 2 年之前
  Linus Groh 040e3abb1d LibJS: Implement SetDefaultGlobalBindings as a standalone function 2 年之前
  Linus Groh e3804e6426 LibJS: Move construction of GlobalObject native functions to Intrinsics 2 年之前
  Linus Groh 72730422bb LibJS: Remove Shape::global_object() and Object::global_object() 2 年之前
  Linus Groh cfa5885855 LibJS: Turn initialize_global_object() into a regular initialize() 2 年之前
  Linus Groh 867ad03995 LibJS: Move Console ownership from GlobalObject to ConsoleObject 2 年之前
  Linus Groh dfb7588d30 LibJS: Remove GlobalObject::{set_,}associated_realm() 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh 7c468b5a77 LibJS: Pass Realm to GlobalObject::initialize_global_object() 2 年之前
  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>() 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前
  Andreas Kling 50d951aea2 LibJS: Let Shape store a Realm instead of a GlobalObject 2 年之前
  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 年之前