커밋 기록

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