Commit Verlauf

Autor SHA1 Nachricht Datum
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS vor 8 Monaten
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level vor 8 Monaten
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren
  Andreas Kling d2613403e0 LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers vor 4 Jahren
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI vor 4 Jahren
  Andreas Kling 8333055c3d LibJS: Use RTTI for inheritance checks vor 4 Jahren
  asynts 2981f10a5e LibWeb: Apply suggested fixes. vor 4 Jahren
  Linus Groh 909f430612 LibJS: Move is_script_function() to Object vor 4 Jahren
  Linus Groh 32571dfa53 LibJS: Add ArrayBuffer vor 4 Jahren
  Andreas Kling 3565d3c60c LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit) vor 4 Jahren
  Andreas Kling 93feb7a81f LibJS: Have Uint8ClampedArray delegate OOB accesses to JS::Object vor 4 Jahren
  Andreas Kling c3fe9b4df8 LibJS: Add a scope object abstraction vor 4 Jahren
  Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges() vor 4 Jahren
  Andreas Kling 97a05ac9ac LibJS: Allow Shape without a global object vor 4 Jahren
  Linus Groh 48369194d2 LibJS: Forward receiver value to native property getters/setters vor 4 Jahren
  Linus Groh c52739ea4b LibJS: Make call_native_property_{g,s}etter() take a NativeProperty& vor 4 Jahren
  Linus Groh fb89c324c5 LibJS: Implement spec-compliant OrdinaryToPrimitive vor 4 Jahren
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype vor 4 Jahren
  Andreas Kling 4c33209011 LibJS: Add Object::define_property_without_transition() helper vor 4 Jahren
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup vor 4 Jahren
  Andreas Kling ec55490198 LibJS: Make global objects have unique shape from the start vor 4 Jahren
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter vor 4 Jahren
  Andreas Kling 676cb87a8f LibJS: Use VM::exception() instead of Interpreter::exception() a bunch vor 4 Jahren
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() vor 5 Jahren
  Matthew Olsson c831fb17bf LibJS: Add StringIterator vor 5 Jahren
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator vor 5 Jahren
  Matthew Olsson 51bfc6c6b3 LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind vor 5 Jahren
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys vor 5 Jahren
  Jack Karamanian a535d58cac LibJS: Add Object::define_accessor() vor 5 Jahren
  Linus Groh afcfea2001 LibJS: Handle "receiver" argument in Reflect.{get,set}() vor 5 Jahren