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
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-22
LibJS: Add object literal getter/setter shorthand
Matthew Olsson
2020-05-22
LibJS: Disallow multiple parameters in paren-less arrow function
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-21
LibJS: Make Interpreter::call() this_value a required argument
Linus Groh
2020-05-18
LibJS: Handle hex and unicode escape sequences in string literals
Matthew Olsson
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
LibM: Fix floor() and floorf() for negative numbers
Andreas Kling
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-15
LibJS: Remove syntax errors from lexer
Linus Groh
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
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: Check AssignmentExpression LHS in parser
Linus Groh
2020-05-13
LibJS: Handle empty values in operator<<()
Linus Groh
2020-05-12
LibJS: Add missing keywords/tokens
Linus Groh
2020-05-11
LibJS: Parse comma operator into SequenceExpression
Linus Groh
2020-05-08
LibJS: Correct tiny issue with passing a String to String::format
AnotherTest
2020-05-08
LibJS: Be a bit more explicit about sizeof(buf) / sizeof(FlatPtr)
AnotherTest
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: Limit scope of 'for' loop variables
Yonatan Goldschmidt
[next]