index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Value.cpp
Age
Commit message (
Expand
)
Author
2021-05-31
LibJS: Add left shift & right shift operator support for BigIntegers
Idan Horowitz
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-04-27
LibM: Fix INFITITY to float
Jean-Baptiste Boric
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibJS: Replace MAX_U32 with NumericLimits<u32>::max()
Linus Groh
2021-04-17
LibJS: Accept symbol property in the `in` operator
Idan Horowitz
2021-04-02
LibJS: Move 'typeof' string functionality from AST to Value
Linus Groh
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-03-25
LibJS: Use Utf8View for string prefix checks
Idan Horowitz
2021-03-23
LibJS: Remove as_size_t()
Linus Groh
2021-03-21
LibJS: Flatten Value::to_numeric()
Andreas Kling
2021-03-21
LibJS: Add fast path for add() with two numeric JS::Values
Andreas Kling
2021-03-21
LibJS: Only call GlobalObject::vm() once in add()
Andreas Kling
2021-03-21
LibJS: Split Value::Type::Number into Int32 and Double
Andreas Kling
2021-03-16
LibJS: Replace global_object.global_object() with just global_object
Linus Groh
2021-03-16
LibJS: Throw RangeError on BigInt exponentiation with negative exponent
Linus Groh
2021-03-16
LibJS: Throw RangeError on BigInt division/modulo by zero
Linus Groh
2021-03-03
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
Linus Groh
2021-03-02
LibJS: Use Value::get_method() a bunch
Linus Groh
2021-03-02
LibJS: Implement the GetMethod abstract operation
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-17
LibJS: Use all_of() in JS::Value's BigInt validation
Andreas Kling
2021-02-15
LibJS: Use fabs() instead of abs() in JS::Value
Andreas Kling
2021-02-05
LibJS: Improve correctness of rounding and bitwise operations
Andreas Kling
2021-02-02
LibJS: Fix variable name coding style int{Part => _part}
Linus Groh
2021-01-14
LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined}
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling