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-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
2020-05-01
LibJS: Implement indexed access for StringObject
Linus Groh
2020-05-01
LibJS: Add String.prototype.lastIndexOf
Kesse Jones
2020-05-01
LibJS: Add object literal method shorthand
Matthew Olsson
2020-04-30
LibJS: Add Object.{keys,values,entries}()
mattco98
2020-04-29
LibJS: Make String.prototype.slice() generic
Linus Groh
2020-04-29
LibJS: Make (most) String.prototype functions generic
Linus Groh
2020-04-29
LibJS: Implement correct object property ordering
mattco98
2020-04-29
LibJS: Add String.prototype.slice
Kesse Jones
2020-04-29
LibJS: Return undefined in Array.prototype.{pop,shift} for empty values
Linus Groh
2020-04-29
LibJS: Don't handle arrays separately in Value::to_number()
Linus Groh
2020-04-29
LibJS: Skip undefined and null in join_array_with_separator()
Linus Groh
2020-04-28
LibJS: Handle exception in for loop test execution
Linus Groh
2020-04-28
LibJS: Add spreading in object literals
mattco98
2020-04-28
LibJS: Call Array.prototype.findIndex() callback for empty elements
Linus Groh
[next]