提交历史

作者 SHA1 备注 提交日期
  Linus Groh f13f3f9fbe LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19] 2 年之前
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 年之前
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions 2 年之前
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Linus Groh f7c9bd0760 LibJS: Convert remaining Date AOs using JS::Value as in/output to double 3 年之前
  Idan Horowitz 9098257668 LibJS: Reject -00000 as extended year in Date parsing 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS 3 年之前
  davidot a61424a62b LibJS: Be more lenient when parsing milliseconds for Date 3 年之前
  Timothy Flynn 6efbafa6e0 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 3 年之前
  Timothy Flynn d83ce7dd0b LibJS: Re-implement the Date constructor / prototype for spec compliance 3 年之前
  Timothy Flynn b2aa3c9f84 LibJS: Do not negate offset in LocalTZA for isUTC=false 3 年之前
  Timothy Flynn 643992904c LibJS: Clip parsed IS0 8601 strings to +/- 8.64e15 3 年之前
  Timothy Flynn aea4f79b57 LibJS: Implement Date.parse using AK::Time and LibTimeZone 3 年之前
  Timothy Flynn 260d2099da LibJS: Implement Date.UTC according to the spec 3 年之前
  Timothy Flynn e8f860048e LibJS: Set the length of Date.UTC to 7 3 年之前
  Idan Horowitz ba39a54bb8 LibJS: Convert DateConstructor functions to ThrowCompletionOr 3 年之前
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 年之前
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function 3 年之前
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros 3 年之前
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr 3 年之前
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr 3 年之前
  Linus Groh 4d8912a92b LibJS: Convert to_string() to ThrowCompletionOr 3 年之前
  Andreas Kling 0c63f0bf73 LibJS: Parse date strings like "Wed Apr 17 23:08:53 +0000 2019" 3 年之前
  Idan Horowitz 5a4c90fcb1 LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOr 3 年之前
  Linus Groh a647f0abf6 LibJS: Make parse_simplified_iso8601() use Optional<int> instead of -1 4 年之前
  Linus Groh 39cdffd78d LibJS: Make Date.now() return a floor()'d milliseconds value 4 年之前
  Idan Horowitz eeb4c1eec9 LibJS: Reorder and add missing name & length properties to Built-ins 4 年之前
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper 4 年之前