提交历史

作者 SHA1 备注 提交日期
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS 8 月之前
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level 8 月之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前
  Andreas Kling fdd974b7ef LibJS: Fix UB downcast during GlobalObject construction 4 年之前
  Andreas Kling f48751a739 LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI 4 年之前
  Andreas Kling e6dadd9e5b LibJS: Implement parseInt() 4 年之前
  Linus Groh 7fb299fe46 LibJS: Clean up TypedArray constructors and prototypes 4 年之前
  Andreas Kling 3565d3c60c LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit) 4 年之前
  Linus Groh 48c19cdb06 LibJS: Remove ProxyPrototype 4 年之前
  Andreas Kling c3fe9b4df8 LibJS: Add a scope object abstraction 4 年之前
  Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges() 4 年之前
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype 4 年之前
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM 4 年之前
  Andreas Kling e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject 4 年之前
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> 4 年之前
  Ben Wiederhake 08f9bc26a6 Meta+LibHTTP through LibWeb: Make clang-format-10 clean 4 年之前
  Andreas Kling 676cb87a8f LibJS: Use VM::exception() instead of Interpreter::exception() a bunch 4 年之前
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator 5 年之前
  Andreas Kling fc4ed8d444 LibWeb: Make wrapper factory functions take JS::GlobalObject& 5 年之前
  Andreas Kling af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 年之前
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 年之前
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 年之前
  Matthew Olsson 4e33fbdb67 LibJS: Add interpreter exception checks 5 年之前
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions 5 年之前
  Linus Groh 6f6b089aa0 LibJS: Add parseFloat() 5 年之前
  Linus Groh b299c75d45 LibJS: Make Object.prototype.constructor non-enumerable 5 年之前
  Andreas Kling c00ff4ba62 LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb) 5 年之前
  Linus Groh 99be27b4a1 LibJS: Add "name" property to functions 5 年之前
  Linus Groh 7540203ae8 LibJS: Add isFinite() 5 年之前
  Andreas Kling 3072f9fd82 LibJS: Move the empty object shape from Interpreter to GlobalObject 5 年之前