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
/
Tests
Age
Commit message (
Expand
)
Author
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-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: 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-17
LibJS: Add symbol objects
mattco98
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-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: 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-11
LibJS: Parse comma operator into SequenceExpression
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: Spec-compliant equality comparisons
Matthew Olsson
2020-05-07
LibJS: Limit scope of 'for' loop variables
Yonatan Goldschmidt
2020-05-07
LibJS: Add String.raw
Matthew Olsson
2020-05-07
LibJS: Add raw strings to tagged template literals
Matthew Olsson
2020-05-07
LibJS: Fix shellcheck warnings in Tests/run-tests
Emanuele Torre
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Fix syntax error for arrow function non-decl variable assignment
Matthew Olsson
2020-05-05
LibJS: Implement modulo assignment operator (%=)
Linus Groh
2020-05-05
LibJS: Implement exponentiation assignment operator (**=)
Linus Groh
2020-05-05
LibJS: Implement bitwise assignment operators (&=, |=, ^=)
Linus Groh
2020-05-05
LibJS: Add test for assignment operators
Linus Groh
2020-05-04
LibJS: Implement rest parameters
Linus Groh
2020-05-04
LibJS: Add template literals
mattco98
2020-05-03
LibJS: Support empty statements
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: Add "name" property to functions
Linus Groh
2020-05-02
LibJS: Name functions created by "Function" "anonymous"
Linus Groh
2020-05-01
LibJS: Implement (no-op) debugger statement
Linus Groh
2020-05-01
LibJS: Implement most of the Reflect object
Linus Groh
[prev]
[next]