Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling 3bfb0534be LibGC: Rename MarkedVector => RootVector před 6 měsíci
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS před 8 měsíci
  Shannon Booth 1e54003cb1 LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate před 8 měsíci
  Shannon Booth 9b79a686eb LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> před 8 měsíci
  Andreas Kling 5aa1d7837f LibJS: Don't leak class field initializers před 8 měsíci
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level před 8 měsíci
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ před 4 roky
  Andreas Kling fdd974b7ef LibJS: Fix UB downcast during GlobalObject construction před 4 roky
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI před 4 roky
  Andreas Kling 6c4b823cef LibJS: Make marking object indexed properties less allocation-heavy před 4 roky
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere před 4 roky
  Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges() před 4 roky
  Linus Groh 48369194d2 LibJS: Forward receiver value to native property getters/setters před 4 roky
  Linus Groh c52739ea4b LibJS: Make call_native_property_{g,s}etter() take a NativeProperty& před 4 roky
  Linus Groh a02b9983f9 LibJS: Throw RuntimeError when reaching the end of the stack před 4 roky
  Andreas Kling 43ff2ea8d8 LibJS: Use regular stack for VM call frames instead of Vector storage před 4 roky
  Linus Groh 0bb66890c8 LibJS: Fix Object::delete_property() with numeric string property před 4 roky
  Linus Groh 8d96f428ef LibJS: ASSERT(property_name.is_valid()) in more Object methods před 4 roky
  Linus Groh fb89c324c5 LibJS: Implement spec-compliant OrdinaryToPrimitive před 4 roky
  Andreas Kling 77c1957961 LibJS: Use allocate_without_global_object for allocating Shapes před 4 roky
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype před 4 roky
  Andreas Kling 1d96ecf148 Everywhere: Add missing <AK/TemporaryChange.h> includes před 4 roky
  Andreas Kling 8f535435dc LibJS: Avoid property lookups during object initialization před 4 roky
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM před 4 roky
  Andreas Kling 4c33209011 LibJS: Add Object::define_property_without_transition() helper před 4 roky
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup před 4 roky
  Linus Groh 123f98201e LibJS: Use String::formatted() in various other places před 4 roky
  Linus Groh 2e2571743b LibJS: Use string::formatted() in to_string() functions před 4 roky
  Linus Groh f9eaac62d9 LibJS: Use String::formatted() for throw_exception() message před 4 roky
  Andreas Kling a007b3c379 LibJS: Move "strict mode" state to the call stack před 4 roky