Historique des commits

Auteur SHA1 Message Date
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS il y a 8 mois
  rmg-x ea20545853 LibJS: Add support for Float16Array il y a 8 mois
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level il y a 8 mois
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ il y a 4 ans
  Andreas Kling 930fae633e LibJS: Make sure GlobalObject marks the Proxy constructor il y a 4 ans
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere il y a 4 ans
  Andreas Kling e6dadd9e5b LibJS: Implement parseInt() il y a 4 ans
  Linus Groh 32571dfa53 LibJS: Add ArrayBuffer il y a 4 ans
  Linus Groh 7fb299fe46 LibJS: Clean up TypedArray constructors and prototypes il y a 4 ans
  Andreas Kling 3565d3c60c LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit) il y a 4 ans
  Linus Groh 48c19cdb06 LibJS: Remove ProxyPrototype il y a 4 ans
  Andreas Kling c3fe9b4df8 LibJS: Add a scope object abstraction il y a 4 ans
  Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges() il y a 4 ans
  Linus Groh 06a3625545 LibJS: Set prototype of GlobalObject to ObjectPrototype il y a 4 ans
  Andreas Kling 77c1957961 LibJS: Use allocate_without_global_object for allocating Shapes il y a 4 ans
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype il y a 4 ans
  Andreas Kling 7b863330dc LibJS: Cache commonly used FlyStrings in the VM il y a 4 ans
  Andreas Kling ec55490198 LibJS: Make global objects have unique shape from the start il y a 4 ans
  Andreas Kling e4bda2e1e7 LibJS: Move Console from Interpreter to GlobalObject il y a 4 ans
  Andreas Kling 2bc5bc64fb LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h> il y a 4 ans
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter il y a 4 ans
  Andreas Kling 1c43442be4 LibJS+Clients: Add JS::VM object, separate Heap from Interpreter il y a 4 ans
  Andreas Kling 3143fea1eb LibJS: GlobalObject needs to mark the iterator prototypes il y a 4 ans
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() il y a 5 ans
  Matthew Olsson c831fb17bf LibJS: Add StringIterator il y a 5 ans
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator il y a 5 ans
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat il y a 5 ans
  Andreas Kling 06e29fac57 LibJS: Split more native object constructors into construct/initialize il y a 5 ans
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction il y a 5 ans
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors il y a 5 ans