Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr há 2 anos atrás
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors há 2 anos atrás
  Linus Groh 49b5d55b95 LibJS: Make {un,}balance_duration_relative() take a StringView há 2 anos atrás
  Linus Groh 6ae79a84df LibJS: Convert Object::construct() to NonnullGCPtr há 2 anos atrás
  Jonah 381b36b83f LibJS/Temporal: Rename ToIntegerWithRounding to ToIntegerIfIntegral há 2 anos atrás
  Timothy Flynn 85e313077a LibJS: Do not invoke Cell::vm in constructors before Cell is constructed há 2 anos atrás
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm há 2 anos atrás
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger há 2 anos atrás
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() há 2 anos atrás
  Linus Groh 694f66b5ca LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19] há 2 anos atrás
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() há 2 anos atrás
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions há 2 anos atrás
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors há 2 anos atrás
  Linus Groh fafc9b07c4 LibJS: Mark AO calls creating a copy of built-in objects as infallible há 3 anos atrás
  Linus Groh 5eb48f6f3a LibJS: Remove constant arguments from CalculateOffsetShift há 3 anos atrás
  Linus Groh c3f1d8f5ba LibJS: Correct section IDs of Temporal .prototype property clauses há 3 anos atrás
  Linus Groh 27793bf76c LibJS: Replace U+2212 MINUS SIGN with U+002D HYPHEN-MINUS há 3 anos atrás
  Linus Groh e109b967a1 LibJS: Make options object const in more Temporal AOs há 3 anos atrás
  Linus Groh 29aa938fa5 LibJS: Fix Duration.compare() for dates with unusual number of hours há 3 anos atrás
  Linus Groh 48856498f0 LibJS: Change total_duration_nanoseconds() from JS to Crypto BigInts há 3 anos atrás
  Linus Groh 4722045e28 LibJS: Do not expose mathematical values to script in Duration methods há 3 anos atrás
  Linus Groh ec1e1f4f12 LibJS: Disallow Temporal.Duration input values to be non-integers há 3 anos atrás
  Luke Wilde 5e3fe52fc4 LibJS: Implement Temporal.Duration.compare há 3 anos atrás
  Linus Groh 5e9e3f9dc8 LibJS: Convert Temporal.Duration functions to ThrowCompletionOr há 3 anos atrás
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr há 3 anos atrás
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function há 3 anos atrás
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros há 3 anos atrás
  Linus Groh ea7cc70118 LibJS: Convert Duration AOs to ThrowCompletionOr há 3 anos atrás
  Linus Groh 683e31e1ff LibJS: Convert to_integer_throw_on_infinity() to ThrowCompletionOr há 3 anos atrás
  Linus Groh 59df50a950 LibJS: Throw RangeError for +/-∞ argument values in Temporal.Duration() há 3 anos atrás