Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance il y a 3 ans
  Timothy Flynn b2aa3c9f84 LibJS: Do not negate offset in LocalTZA for isUTC=false il y a 3 ans
  Timothy Flynn 643992904c LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15 il y a 3 ans
  Timothy Flynn aea4f79b57 LibJS: Implement Date.parse using AK::Time and LibTimeZone il y a 3 ans
  Timothy Flynn 260d2099da LibJS: Implement Date.UTC according to the spec il y a 3 ans
  Timothy Flynn e8f860048e LibJS: Set the length of Date.UTC to 7 il y a 3 ans
  Idan Horowitz ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr il y a 3 ans
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr il y a 3 ans
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr il y a 3 ans
  Andreas Kling 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" il y a 3 ans
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr il y a 3 ans
  Linus Groh a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 il y a 4 ans
  Linus Groh 39cdffd78d LibJS: Make Date.now() return a floor()'d milliseconds value il y a 4 ans
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins il y a 4 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans
  Idan Horowitz 581f20e6f2 LibJS: Accept FlyStrings in the NativeFunction constructors il y a 4 ans
  Andreas Kling ba9d5c4d54 LibJS: Rename Function => FunctionObject il y a 4 ans
  Linus Groh 8f6ac0db1c LibJS: Use OrdinaryCreateFromConstructor() in a bunch of constructors il y a 4 ans
  Andreas Kling 39ad705c13 LibJS: Use the new is_ascii_foo() helpers from AK il y a 4 ans
  Gunnar Beutner d476144565 Userland: Allow building SerenityOS with -funsigned-char il y a 4 ans
  Linus Groh 8d1e6e9175 LibJS: Don't repeat attributes in {Date,Symbol}Constructor il y a 4 ans
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere il y a 4 ans
  Idan Horowitz f65cb63aab LibJS: Check dates are below the `time_clip` threshold il y a 4 ans
  Idan Horowitz 46214f0657 LibJS: Store Date milliseconds as signed to support negative offsets il y a 4 ans
  Idan Horowitz 44926b3f80 LibJS: Ignore arguments in Date's constructor when called as a function il y a 4 ans
  Linus Groh ba9d3bc38c LibJS: Create 1970-01-01 00:00:00 local time Date for invalid ctor call il y a 4 ans