Historial de Commits

Autor SHA1 Mensaje Fecha
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS hace 8 meses
  Shannon Booth c2988a7dd5 LibJS: Don't directly teach the heap about the javascript VM or Realm hace 8 meses
  Shannon Booth 0bf2a8362a LibJS: Make Value inherit from a NanBoxedValue hace 8 meses
  Shannon Booth 520aa04092 LibJS: Move Handle's Value specialization to Value header hace 11 meses
  rmg-x ea20545853 LibJS: Add support for Float16Array hace 9 meses
  Timothy Flynn 93712b24bf Everywhere: Hoist the Libraries folder to the top-level hace 9 meses
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ hace 4 años
  Linus Groh f369229770 LibJS: Replace all uses of to_size_t() and remove it :^) hace 4 años
  Linus Groh 9be0b664e3 LibJS: Make length_of_array_like() take an Object rather than Value hace 4 años
  Marcin Gasperowicz b24ce0b5ee LibJS: Implement String.prototype.split hace 4 años
  asynts 7e62ffbc6e AK+Format: Remove TypeErasedFormatParams& from format function. hace 4 años
  Xavier Cooney 43f948b357 LibJS: Implement IsRegExp abstract operation hace 4 años
  Linus Groh 5eb1f752ab LibJS: Use new format functions everywhere hace 4 años
  Linus Groh eaa85969c4 LibJS: Add Value::to_{index,length,integer_or_infinity} abstract operations hace 4 años
  Andreas Kling e1bbc7c075 LibJS: Make JS::Value constructors take const cell pointers hace 4 años
  Luke bb22b04d44 LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute hace 4 años
  Andreas Kling fa18baf3e8 LibJS: Add Value::is_nullish() hace 4 años
  Andreas Kling 1df18c58f5 LibJS: Make all the JS::Value binary op helpers take GlobalObject& hace 4 años
  Andreas Kling aaa8b48a4c LibJS: Remove use of Interpreter& in JSONObject code hace 4 años
  Andreas Kling 340a115dfe LibJS: Make native function/property callbacks take VM, not Interpreter hace 4 años
  Andreas Kling 1ff9d33131 LibJS: Make Function::call() not require an Interpreter& hace 4 años
  Matthew Olsson dd49ec17a2 LibJS: Implement spec-complient instance_of operation hace 5 años
  Andreas Kling 0166a1fa74 LibJS: Make NativeProperty a plain Cell instead of an Object hace 5 años
  Andreas Kling 8d56e6103e LibJS: Make Value::to_object() take a GlobalObject& hace 5 años
  Matthew Olsson 39576b2238 LibJS: Add JSON.stringify hace 5 años
  Andreas Kling 10aebabf0b LibJS: BigInts and Symbols values are cells and the GC needs this info hace 5 años
  Linus Groh 0ff9d7e189 LibJS: Add BigInt hace 5 años
  Linus Groh 5b88aa8e96 LibJS: Move Value::as_accessor() to Value.h hace 5 años
  Linus Groh ead76377b0 LibM: Add INFINITY macro hace 5 años
  Linus Groh 8a94813007 LibM: Add NAN macro hace 5 años