Historique des commits

Auteur SHA1 Message Date
  davidot eda90b54d4 LibJS: Add spec comments and check for edge cases in Math.log2 il y a 2 ans
  davidot 4813385c9a LibJS: Add spec comments and check for edge cases in Math.log il y a 2 ans
  davidot d4e5644df8 LibJS: Add spec comments and check for edge cases in Math.atanh il y a 2 ans
  davidot c565cbd30c LibJS: Add spec comments and check for edge cases in Math.atanh il y a 2 ans
  davidot 68aeeea5d2 LibJS: Add spec comments and check for edge cases in Math.asinh il y a 2 ans
  davidot 6bdf021b0c LibJS: Add spec comments and check for edge cases in Math.asin il y a 2 ans
  davidot cf4daa3941 LibJS: Add spec comments and check for edge cases in Math.acosh il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh 5dd5896588 LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  davidot b79f03182d LibJS: Add special cases for Math.cosh and add spec comments il y a 2 ans
  davidot da8715a07c LibJS: Add extreme value tests for cos and sin il y a 2 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  Anonymous c45922c637 LibJS: Unify exponentiation logic for ** operator and Math.pow il y a 3 ans
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions il y a 3 ans
  Idan Horowitz 23ea1f1a3e LibJS: Convert MathObject functions to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 40eb3a39d4 LibJS: Rename define_native_function => define_old_native_function il y a 3 ans
  Idan Horowitz 20163c0584 LibJS: Add ThrowCompletionOr versions of the JS native function macros il y a 3 ans
  Idan Horowitz cc94bba5c0 LibJS: Convert to_u32() to ThrowCompletionOr il y a 3 ans
  Idan Horowitz 20d990563c LibJS: Convert to_number() to ThrowCompletionOr il y a 3 ans
  Andreas Kling eaf904000f LibJS: Always use AK::get_random() in Math.random() il y a 3 ans
  Linus Groh 312946059b LibJS+Spreadsheet: Use js_string(VM&, ...) overload more il y a 3 ans
  Daniel Bertalan fd76e71934 LibJS: Fix UB in `Math.clz32` il y a 3 ans
  Idan Horowitz a6b8291a9b LibJS: Add define_direct_property and remove the define_property helper il y a 4 ans
  Idan Horowitz a939ffc617 LibJS: Handle values close to -0.5 correctly in Math.round(x) il y a 4 ans
  Linus Groh f4867572b7 LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&) il y a 4 ans
  Idan Horowitz 9127d83927 LibJS: Rename Value::{is_integer => is_integral_number} il y a 4 ans