Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat vor 5 Jahren
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize vor 5 Jahren
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& vor 5 Jahren
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
  Andreas Kling affc479e83 LibJS+LibWeb: Remove a bunch of calls to Interpreter::global_object() vor 5 Jahren
  Jack Karamanian b0932b0aec LibJS: Allow null or undefined as a bound |this| value in strict mode vor 5 Jahren
  Linus Groh 36996bd720 LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity vor 5 Jahren
  Linus Groh 1a1394f7a2 LibJS: Change Value::to_object(Heap& -> Interpreter&) vor 5 Jahren
  Linus Groh 85582953c6 LibJS: Minor formatting changes in Function.cpp vor 5 Jahren
  Andreas Kling a38658dc88 LibJS: Don't use Optional<Value> for bound |this| values vor 5 Jahren
  Andreas Kling 35aea2e454 LibJS: Stop using Optional<Value> in favor of Value's empty state vor 5 Jahren
  Jack Karamanian 1fa0c7304d LibJS: Implement Function.prototype.bind() vor 5 Jahren
  Jack Karamanian 5750edd859 LibJS: Allow Function objects to be constructed with a bound |this| vor 5 Jahren
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor vor 5 Jahren
  Andreas Kling f6d57c82f6 LibJS: Pass prototype to Function constructors vor 5 Jahren
  Linus Groh 2944039d6b LibJS: Add Function() and Function.prototype vor 5 Jahren
  Andreas Kling 37fe16a99c LibJS: Add Function.prototype and make "new" Objects delegate to it vor 5 Jahren
  Andreas Kling 19452230cd LibJS: Add "Heap" and "Runtime" subdirectories vor 5 Jahren