Историја ревизија

Аутор SHA1 Порука Датум
  davidot 03c468fb7d LibJS: Parse date strings like "9/17/2022" пре 2 година
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed пре 2 година
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm пре 3 година
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() пре 3 година
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions пре 3 година
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] пре 3 година
  Linus Groh f13f3f9fbe LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19] пре 3 година
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] пре 3 година
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions пре 3 година
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors пре 3 година
  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 година