index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
Value.cpp
Age
Commit message (
Expand
)
Author
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-23
LibJS: Add tests for bitwise & and ^
Nico Weber
2020-07-14
LibJS: Implement spec-complient instance_of operation
Matthew Olsson
2020-06-26
LibJS: to_string_without_side_effects() should handle NativeProperty
Andreas Kling
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-13
LibJS: Add JSON.stringify
Matthew Olsson
2020-06-11
LibJS: Consolidate error messages into ErrorTypes.h
Matthew Olsson
2020-06-08
LibJS: Add interpreter exception checks
Matthew Olsson
2020-06-07
LibJS: Add BigInt
Linus Groh
2020-06-07
LibJS: Move Value::as_accessor() to Value.h
Linus Groh
2020-06-07
LibJS: Use switch/case for Value::to_{string{_w/o_side_effects},boolean}
Linus Groh
2020-06-06
LibJS: Value.in uses has_property instead of get().is_empty()
Matthew Olsson
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-23
LibJS: Treat NaN in Value::to_i32() as zero
Linus Groh
2020-05-22
LibJS: Make Array.prototype.push() generic
Linus Groh
2020-05-21
LibJS: Add getter/setter support
Matthew Olsson
2020-05-18
LibJS: Remove is_nan() check in as_size_t() and fix to_size_t()
Linus Groh
2020-05-18
LibJS: Rename to_{i32,size_t}() to as_{i32,size_t}() for clarity
Linus Groh
2020-05-18
LibJS: Check for exception after converting object to string primitive
Linus Groh
2020-05-18
LibJS: Throw TypeError when coercing symbol to number
Linus Groh
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-05-18
LibJS: Change Value::to_object(Heap& -> Interpreter&)
Linus Groh
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-13
LibJS: Trim whitespace from string before coercing to number
Linus Groh
2020-05-13
LibJS: Make string to number coercion work for doubles
Linus Groh
2020-05-13
LibJS: Handle empty values in operator<<()
Linus Groh
2020-05-08
LibJS: Spec-compliant equality comparisons
Matthew Olsson
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
2020-05-01
LibJS: Add Value::to_size_t()
Linus Groh
2020-04-29
LibJS: Throw error in Object::to_string() if string conversion fails
Linus Groh
2020-04-29
LibJS: Make Value::as_string() return a PrimitiveString reference
Andreas Kling
2020-04-29
LibJS: Don't handle arrays separately in Value::to_number()
Linus Groh
2020-04-25
LibJS: Stop using Optional<Value> in favor of Value's empty state
Andreas Kling
2020-04-23
LibJS: Fix left shift operator
Linus Groh
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
2020-04-18
LibJS: Pass prototype to BooleanObject constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to StringObject constructor
Andreas Kling
2020-04-18
LibJS: Pass prototype to NumberObject constructor
Andreas Kling
2020-04-15
LibJS: Adding two values should convert them to primitives first
Andreas Kling
2020-04-15
LibJS: Pass the Interpreter& to binary/logical/unary helpers
Andreas Kling
2020-04-12
LibJS: Add js_negative_infinity()
Linus Groh
2020-04-12
LibJS: Handle Infinity in Value::to_number()
Linus Groh
2020-04-12
LibJS: Let's show a few more decimals when stringifying numeric values
Andreas Kling
[next]