Histórico de Commits

Autor SHA1 Mensagem Data
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr há 3 anos atrás
  Linus Groh a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 há 4 anos atrás
  Linus Groh 39cdffd78d LibJS: Make Date.now() return a floor()'d milliseconds value há 4 anos atrás
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins há 4 anos atrás
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper há 4 anos atrás
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors há 4 anos atrás
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject há 4 anos atrás
  Linus Groh 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors há 4 anos atrás
  Andreas Kling 39ad705c13 LibJS: Use the new is_ascii_foo() helpers from AK há 4 anos atrás
  Gunnar Beutner d476144565 Userland: Allow building SerenityOS with -funsigned-char há 4 anos atrás
  Linus Groh 8d1e6e9175 LibJS: Don't repeat attributes in {Date,Symbol}Constructor há 4 anos atrás
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere há 4 anos atrás
  Idan Horowitz f65cb63aab LibJS: Check dates are below the `time_clip` threshold há 4 anos atrás
  Idan Horowitz 46214f0657 LibJS: Store Date milliseconds as signed to support negative offsets há 4 anos atrás
  Idan Horowitz 44926b3f80 LibJS: Ignore arguments in Date's constructor when called as a function há 4 anos atrás
  Linus Groh ba9d3bc38c LibJS: Create 1970-01-01 00:00:00 local time Date for invalid ctor call há 4 anos atrás
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers há 4 anos atrás
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. há 4 anos atrás
  Petróczi Zoltán ca49f96b78 LibJS Date: Added "Invalid Date". há 4 anos atrás
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY há 4 anos atrás
  Linus Groh 2ed7f75e95 LibJS: Return empty value on exception in Date.parse(), not NaN há 4 anos atrás
  Linus Groh db340ae7aa LibJS: Add missing exception check in Date() constructor há 4 anos atrás
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ há 4 anos atrás