Historial de Commits

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