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
Age
Commit message (
Expand
)
Author
2020-05-22
LibJS: Make Array.prototype.{join,toString}() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.pop() generic
Linus Groh
2020-05-22
LibJS: Make Array.prototype.push() generic
Linus Groh
2020-05-22
LibJS: Let Array.prototype.join() ignore additional arguments
Linus Groh
2020-05-21
LibJS: Add getter/setter support
Matthew Olsson
2020-05-21
LibJS: Refactor Array.prototype callback functions and make them generic
Linus Groh
2020-05-21
LibJS: Treat missing arg in Array.prototype.includes() as undefined
Linus Groh
2020-05-21
LibJS: Add Array.prototype.every
Luke
2020-05-18
LibJS: Add Math.clz32()
Linus Groh
2020-05-18
LibJS: Add Math.expm1()
Linus Groh
2020-05-18
LibJS: Add Math.exp()
Linus Groh
2020-05-18
LibJS: Add Math.sign()
Linus Groh
2020-05-18
LibJS: Return early from parseFloat() if argument is a number
Linus Groh
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-18
LibJS: Remove no-op SymbolPrototype::description_setter()
Linus Groh
2020-05-17
LibJS: Add symbol objects
mattco98
2020-05-17
LibJS: Simplify various StringPrototype functions
Linus Groh
2020-05-17
LibJS: Add Number.parseFloat()
Linus Groh
2020-05-17
LibJS: Add parseFloat()
Linus Groh
2020-05-16
LibJS: Make Object.prototype.constructor non-enumerable
Linus Groh
2020-05-15
LibJS: Add side-effect-free version of Value::to_string()
Andreas Kling
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-13
LibJS: Trim whitespace from string before coercing to number
Linus Groh
2020-05-13
LibJS: Use String::trim_whitespace() for String.prototype.trim*()
Linus Groh
2020-05-13
LibJS: Make string to number coercion work for doubles
Linus Groh
2020-05-13
LibJS: Make the Function() constructor throw a SyntaxError, not return
Linus Groh
2020-05-13
LibJS: Handle empty values in operator<<()
Linus Groh
2020-05-08
LibJS: Add Array.of()
Linus Groh
2020-05-08
LibJS: Add Array.isArray()
Linus Groh
2020-05-08
LibJS: Support multiple arguments in Array constructor
Linus Groh
2020-05-08
LibJS: Add Value::is_integer()
Linus Groh
2020-05-08
LibJS: Spec-compliant equality comparisons
Matthew Olsson
2020-05-07
LibJS: Add String.raw
Matthew Olsson
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
LibJS: Simplify a Value type check in Object::to_string()
Andreas Kling
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-05
LibJS: Switch objects to unique shape after 100 property additions
Andreas Kling
2020-05-05
LibJS: run clang-format on all the files
Emanuele Torre
2020-05-05
LibJS: Re-implement console functions as wrappers around Console methods
Emanuele Torre
2020-05-05
LibJS: Move join_args() in Interpreter
Emanuele Torre
2020-05-04
LibJS: Implement rest parameters
Linus Groh
2020-05-03
LibJS: Set name of anonymous functions during assignment
Linus Groh
2020-05-03
LibJS: Add function default arguments
Matthew Olsson
2020-05-02
LibJS: Fix build (GlobalObject::add_constructor not visible in LibWeb)
Andreas Kling
2020-05-02
LibJS: Add "name" property to functions
Linus Groh
[next]