Commit History

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