提交历史

作者 SHA1 备注 提交日期
  Andreas Kling 5e976d611e LibJS/JIT: Add builtin for Math.pow() 1 年之前
  Andreas Kling 94b634f029 LibJS/JIT: Add builtin for Math.sqrt() 1 年之前
  Andreas Kling 1d8a601f96 LibJS/JIT: Add builtin for Math.log() 1 年之前
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type 1 年之前
  Simon Wanner 6c8ab1ca0d LibJS/JIT: Add a builtin for Math.abs 1 年之前
  Andreas Kling 65717e3b75 LibJS: Inline fast case for Value::to_{boolean,number,numeric,primitive} 1 年之前
  Andreas Kling 14a9cfef4d LibJS: Add fast-path for Int32 values in Math.abs() 1 年之前
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 年之前
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 年之前
  Shannon Booth 06593a81da LibJS: Align MathObject::atan closer to spec 2 年之前
  Shannon Booth 979973ca0e LibJS: Add spec comments to MathObject::atan 2 年之前
  Linus Groh 23d9096541 LibJS: Add spec comments to MathObject 2 年之前
  Linus Groh 2555d7a36a LibJS: Make well-known symbol getters return NonnullGCPtr 2 年之前
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr 2 年之前
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 年之前
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun 2 年之前
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 年之前
  davidot bf1b2d63c6 LibJS: Add spec comments and check for edge cases in Math.tanh 2 年之前
  davidot 8de8742b7c LibJS: Add spec comments and check for edge cases in Math.sinh 2 年之前
  davidot 4306462a95 LibJS: Add spec comments and check for edge cases in Math.log10 2 年之前
  davidot eda90b54d4 LibJS: Add spec comments and check for edge cases in Math.log2 2 年之前
  davidot 4813385c9a LibJS: Add spec comments and check for edge cases in Math.log 2 年之前
  davidot d4e5644df8 LibJS: Add spec comments and check for edge cases in Math.atanh 2 年之前
  davidot c565cbd30c LibJS: Add spec comments and check for edge cases in Math.atanh 2 年之前
  davidot 68aeeea5d2 LibJS: Add spec comments and check for edge cases in Math.asinh 2 年之前
  davidot 6bdf021b0c LibJS: Add spec comments and check for edge cases in Math.asin 2 年之前
  davidot cf4daa3941 LibJS: Add spec comments and check for edge cases in Math.acosh 2 年之前
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 2 年之前
  Linus Groh e3895e6c80 LibJS: Pass Realm to define_native_{accessor,function}() 2 年之前
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions 2 年之前