Histórico de Commits

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