Commit History

Upphovsman SHA1 Meddelande Datum
  Andreas Kling 3565d3c60c LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit) 4 år sedan
  Andreas Kling 93feb7a81f LibJS: Have Uint8ClampedArray delegate OOB accesses to JS::Object 4 år sedan
  Andreas Kling c3fe9b4df8 LibJS: Add a scope object abstraction 4 år sedan
  Andreas Kling 98f2da9834 LibJS: Rename Cell::visit_children() => Cell::visit_edges() 4 år sedan
  Andreas Kling 97a05ac9ac LibJS: Allow Shape without a global object 4 år sedan
  Linus Groh 48369194d2 LibJS: Forward receiver value to native property getters/setters 4 år sedan
  Linus Groh c52739ea4b LibJS: Make call_native_property_{g,s}etter() take a NativeProperty& 4 år sedan
  Linus Groh fb89c324c5 LibJS: Implement spec-compliant OrdinaryToPrimitive 4 år sedan
  Andreas Kling d3dfd55472 LibJS: Prebake the empty object ({}) with a prototype 4 år sedan
  Andreas Kling 4c33209011 LibJS: Add Object::define_property_without_transition() helper 4 år sedan
  Andreas Kling 69bae3fd9a LibJS: Prevent object shape transitions during runtime object buildup 4 år sedan
  Andreas Kling ec55490198 LibJS: Make global objects have unique shape from the start 4 år sedan
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter 4 år sedan
  Andreas Kling 676cb87a8f LibJS: Use VM::exception() instead of Interpreter::exception() a bunch 4 år sedan
  Andreas Kling aaf6014ae1 LibJS: Simplify Cell::initialize() 5 år sedan
  Matthew Olsson c831fb17bf LibJS: Add StringIterator 5 år sedan
  Matthew Olsson 2ea85355fe LibJS: Start implementing iterable framework, add ArrayIterator 5 år sedan
  Matthew Olsson 51bfc6c6b3 LibJS: Renamed Object::GetOwnPropertyReturnMode to Object::PropertyKind 5 år sedan
  Matthew Olsson 7a1d485b19 LibJS: Integrate Symbols into objects as valid keys 5 år sedan
  Jack Karamanian a535d58cac LibJS: Add Object::define_accessor() 5 år sedan
  Linus Groh afcfea2001 LibJS: Handle "receiver" argument in Reflect.{get,set}() 5 år sedan
  Andreas Kling 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object 5 år sedan
  Andreas Kling ba641e97d9 LibJS: Clarify Object (base class) construction somewhat 5 år sedan
  Andreas Kling af51dc105a LibJS+LibWeb: Add JS::Object::inherits(class_name) 5 år sedan
  Andreas Kling 94fdf4fa5a LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type 5 år sedan
  Andreas Kling 64513f3c23 LibJS: Move native objects towards two-pass construction 5 år sedan
  Andreas Kling e4add19915 LibJS: Pass GlobalObject& to native functions and property accessors 5 år sedan
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify 5 år sedan
  Andreas Kling ff8bb962b6 LibJS: Always keep a reference to the global object in Shape 5 år sedan
  Linus Groh 0ff9d7e189 LibJS: Add BigInt 5 år sedan