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-06-03
LibJS: Make typeof return undefined for undefined variables
Marcin Gasperowicz
2020-06-03
LibJS: Allow null or undefined as a bound |this| value in strict mode
Jack Karamanian
2020-06-02
LibJS: Consider non-extensible objects in Reflect.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Implement Reflect.{isExtensible,preventExtensions}()
Linus Groh
2020-06-02
LibJS: Disallow changing the prototype of non-extensible objects
Linus Groh
2020-06-02
LibJS: Don't assume Object.setPrototypeOf() prototype value is an object
Linus Groh
2020-06-02
LibJS: Return specified object from Object.setPrototypeOf()
Linus Groh
2020-06-02
LibJS: Add Object.{isExtensible,preventExtensions}()
Matthew Olsson
2020-06-01
LibJS: Rewrite Parser.parse_object_expression()
Matthew Olsson
2020-05-31
LibJS: Add String.fromCharCode()
Linus Groh
2020-05-30
LibJS: Show run-tests progress in the taskbar
Andreas Kling
2020-05-30
LibJS: Use a non-arrow function to check the |this| value in the
Jack Karamanian
2020-05-30
LibJS: Add tests ensuring the |this| value can't be set for arrow
Jack Karamanian
2020-05-30
LibJS: Use the function's bound |this| and bound arguments in
Jack Karamanian
2020-05-30
LibJS: Throw a TypeError when an arrow function is used as a constructor
Jack Karamanian
2020-05-30
LibJS: Don't define the "prototype" property for arrow functions
Jack Karamanian
2020-05-30
LibJS: Set the bound |this| value to the |this| value of the current
Jack Karamanian
2020-05-30
LibJS: Object.getOwnPropertyDescriptor works properly with accessors
Matthew Olsson
2020-05-30
LibJS: Parse arrow function expression with correct precedence
Marcin Gasperowicz
2020-05-29
LibJS: Integrate labels into the Interpreter
Matthew Olsson
2020-05-29
LibJS: Parse labelled statements
Matthew Olsson
2020-05-29
LibJS: New expressions look for expressions with correct precedence
Matthew Olsson
2020-05-29
LibJS: Add Array.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Add Object.prototype.toLocaleString()
Linus Groh
2020-05-29
LibJS: Fix conditional expression precedence
Matthew Olsson
2020-05-29
LibJS: Throw in strict mode when assigning property to primitive value
Linus Groh
2020-05-28
LibJS: Implement standard semantics for relational operators (#2417)
Marcin Gasperowicz
2020-05-28
LibJS: Add strict mode
Matthew Olsson
2020-05-28
LibJS: Object index properties have descriptors; Handle sparse indices
Matthew Olsson
2020-05-26
LibJS: Add Array.prototype.fill
Angel
2020-05-26
LibJS: Add Array.prototype.splice
Luke
2020-05-25
LibJS: Implement basic for..in and for..of loops
Linus Groh
2020-05-24
LibJS: Make Array.prototype.includes() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.lastIndexOf() generic
Linus Groh
2020-05-24
LibJS: Make Array.prototype.indexOf() generic
Linus Groh
2020-05-24
LibJS: add Array.prototype.reduceRight()
Marcin Gasperowicz
2020-05-23
LibJS: Add Array.prototype.reduce() (#2334)
Marcin Gasperowicz
2020-05-23
LibJS: Treat NaN in Value::to_i32() as zero
Linus Groh
2020-05-23
LibJS: Fix Array.prototype.lastIndexOf() implementation
Linus Groh
2020-05-23
LibJS: Treat missing arg in Array.prototype.{indexOf,lastIndexOf}() as undefined
Linus Groh
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
[next]