Histórico de Commits

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