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.h
Age
Commit message (
Expand
)
Author
2021-05-25
LibJS: Make Value::as_cell() return a Cell&
Andreas Kling
2021-05-25
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
Andreas Kling
2021-05-25
LibJS: Inline Cell::Visitor::visit() functions
Andreas Kling
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-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-30
LibJS: Fix two issues with array (length > INT32_MAX)
Andreas Kling
2021-03-23
LibJS: Remove as_size_t()
Linus Groh
2021-03-23
LibJS: Simplify positive/negative zero checks
Oleg Sikorskiy
2021-03-22
LibJS: *Actually* check for negative zero in JS::Value(double)
Andreas Kling
2021-03-21
LibJS: Don't try to store negative zero as an Int32 JS::Value
Andreas Kling
2021-03-21
LibJS: Split Value::Type::Number into Int32 and Double
Andreas Kling
2021-03-03
LibJS: Support @@toPrimitive in ToPrimitive abstract operation
Linus Groh
2021-03-02
LibJS: Implement the GetMethod abstract operation
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling