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 9 Monaten
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ vor 4 Jahren
  Andreas Kling fdd974b7ef LibJS: Fix UB downcast during GlobalObject construction vor 4 Jahren
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI vor 4 Jahren
  Andreas Kling e6dadd9e5b LibJS: Implement parseInt() vor 4 Jahren
  Linus Groh 7fb299fe46 LibJS: Clean up TypedArray constructors and prototypes vor 4 Jahren
  Andreas Kling 3565d3c60c LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit) vor 4 Jahren
  Linus Groh 48c19cdb06 LibJS: Remove ProxyPrototype 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 d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype vor 4 Jahren
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM vor 4 Jahren
  Andreas Kling e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject vor 4 Jahren
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> vor 4 Jahren
  Ben Wiederhake 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean vor 4 Jahren
  Andreas Kling 676cb87a8f LibJS: Use VM::exception() instead of Interpreter::exception() a bunch vor 4 Jahren
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator vor 5 Jahren
  Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject& vor 5 Jahren
  Andreas Kling af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) vor 5 Jahren
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction vor 5 Jahren
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors vor 5 Jahren
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks vor 5 Jahren
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions vor 5 Jahren
  Linus Groh 6f6b089aa0 LibJS: Add parseFloat() vor 5 Jahren
  Linus Groh b299c75d45 LibJS: Make Object.prototype.constructor non-enumerable vor 5 Jahren
  Andreas Kling c00ff4ba62 LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb) vor 5 Jahren
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions vor 5 Jahren
  Linus Groh 7540203ae8 LibJS: Add isFinite() vor 5 Jahren
  Andreas Kling 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject vor 5 Jahren