Histórico de Commits

Autor SHA1 Mensagem Data
  Linus Groh 23d9096541 LibJS: Add spec comments to MathObject há 2 anos atrás
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr há 2 anos atrás
  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
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun há 2 anos atrás
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() há 2 anos atrás
  davidot bf1b2d63c6 LibJS: Add spec comments and check for edge cases in Math.tanh há 2 anos atrás
  davidot 8de8742b7c LibJS: Add spec comments and check for edge cases in Math.sinh há 2 anos atrás
  davidot 4306462a95 LibJS: Add spec comments and check for edge cases in Math.log10 há 2 anos atrás
  davidot eda90b54d4 LibJS: Add spec comments and check for edge cases in Math.log2 há 2 anos atrás
  davidot 4813385c9a LibJS: Add spec comments and check for edge cases in Math.log há 2 anos atrás
  davidot d4e5644df8 LibJS: Add spec comments and check for edge cases in Math.atanh há 2 anos atrás
  davidot c565cbd30c LibJS: Add spec comments and check for edge cases in Math.atanh há 2 anos atrás
  davidot 68aeeea5d2 LibJS: Add spec comments and check for edge cases in Math.asinh há 2 anos atrás
  davidot 6bdf021b0c LibJS: Add spec comments and check for edge cases in Math.asin há 2 anos atrás
  davidot cf4daa3941 LibJS: Add spec comments and check for edge cases in Math.acosh há 2 anos atrás
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm há 2 anos atrás
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() há 2 anos atrás
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions há 2 anos atrás
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 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
  davidot b79f03182d LibJS: Add special cases for Math.cosh and add spec comments há 2 anos atrás
  davidot da8715a07c LibJS: Add extreme value tests for cos and sin há 2 anos atrás
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS há 3 anos atrás
  Anonymous c45922c637 LibJS: Unify exponentiation logic for ** operator and Math.pow há 3 anos atrás
  Nick Johnson 08e4a1a4dc AK+Everywhere: Replace __builtin bit functions há 3 anos atrás
  Idan Horowitz 23ea1f1a3e LibJS: Convert MathObject functions 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