Commit History

Author SHA1 Message Date
  Linus Groh c88c33dc22 LibJS: Trim non-ASCII whitespace as well in StringToNumber 2 years ago
  Slappy826 f4b3bb519f LibJS: Handle non-decimal integer literals in Value::to_number 2 years ago
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 years ago
  davidot e663504df1 LibJS: Fix that leftshift for BigInts did not round down 2 years ago
  davidot cb49c07fb7 LibJS: Use the new BigInt compare_to_double algorithm :^) 2 years ago
  davidot a9d2d806b6 LibJS: Use __builtin_isnan in static_assert instead of isnan 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 2 years ago
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  davidot 0f9434a02c LibJS: Make StringToNumber case sensitive when falling back to strtod 2 years ago
  davidot e746360b9a LibJS: Use NaN boxing to decrease the memory size of Values 3 years ago
  Andreas Kling 64b29eb459 LibJS: Implement string concatenation using ropes 2 years ago
  Andreas Kling f4c68eb0a4 LibJS: Add PrimitiveString::is_empty() and use it 3 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Obinna Ikeh 3d99e83a86 LibJS: Update order of parameters in our is_less_than implementation 3 years ago
  Linus Groh b9b3d01bea LibJS: Add variant of to_integer_or_infinity() for plain doubles 3 years ago
  Linus Groh 257375f54c LibJS: Update comments for Annex B changes to IsLooselyEqual 3 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Idan Horowitz 0399239e3f LibJS: Do not negate zero into negative zero in ToIntegerOrInfinity 3 years ago
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Idan Horowitz 60bc5e3b5b LibJS: Trim all types of whitespace characters before parsing numbers 3 years ago
  Anonymous c45922c637 LibJS: Unify exponentiation logic for ** operator and Math.pow 3 years ago
  Anonymous 1e0facb7ee LibJS: Implement the Number::remainder AO using fmod 3 years ago
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  Linus Groh 6f20f49b21 Everywhere: Rename JS::PropertyKey variables from property_{name => key} 3 years ago
  Timothy Flynn 02b7bf34c9 LibJS: Implement BigInt IsLessThan according to the spec 3 years ago
  Timothy Flynn 9ad3debf35 LibJS: Implement BigInt loose-equality according to the spec 3 years ago
  Timothy Flynn 281b0411f2 LibJS: Implement conversion of strings to BigInts according to the spec 3 years ago