Linus Groh
|
5db9becc4a
LibJS: Treat missing arg in Array.prototype.includes() as undefined
|
il y a 5 ans |
Luke
|
57d15acd4c
LibJS: Add Array.prototype.every
|
il y a 5 ans |
Linus Groh
|
476094922b
LibJS: Pass Interpreter& to Value::to_number() et al.
|
il y a 5 ans |
Andreas Kling
|
c6ddbd1f3e
LibJS: Add side-effect-free version of Value::to_string()
|
il y a 5 ans |
Matthew Olsson
|
532d4bc0ab
LibJS: Spec-compliant equality comparisons
|
il y a 5 ans |
Linus Groh
|
eea62dd365
LibJS: Add Value::{is, as}_function()
|
il y a 5 ans |
Andreas Kling
|
aaf35112a4
LibJS: Pass JS::Function around by reference more
|
il y a 5 ans |
Linus Groh
|
d4ec38097f
LibJS: Return undefined in Array.prototype.{pop,shift} for empty values
|
il y a 5 ans |
Linus Groh
|
6d6cd64689
LibJS: Skip undefined and null in join_array_with_separator()
|
il y a 5 ans |
Linus Groh
|
3152559422
LibJS: Call Array.prototype.findIndex() callback for empty elements
|
il y a 5 ans |
Linus Groh
|
823cc7bc1c
LibJS: Call Array.prototype.find() callback for empty elements
|
il y a 5 ans |
Linus Groh
|
ad8abce8a5
LibJS: Let Array.prototype.map() resize new array before loop
|
il y a 5 ans |
Kesse Jones
|
1c4d776ccc
LibJS: Add Array.prototype.some
|
il y a 5 ans |
Linus Groh
|
c14fedd562
LibJS: Add bounds check to Array.prototype.{find,findIndex}
|
il y a 5 ans |
mattco98
|
23ec578a01
LibJS: Implement correct attributes for (almost) all properties
|
il y a 5 ans |
Kesse Jones
|
36c00e8078
LibJS: Add Array.prototype.findIndex
|
il y a 5 ans |
Kesse Jones
|
b0ca174d49
LibJS: Add Array.prototype.find
|
il y a 5 ans |
Kesse Jones
|
687096cadd
LibJS: Add Array.prototype.includes
|
il y a 5 ans |
Kesse Jones
|
6d308113b8
LibJS: Fix Array.prototype.indexOf fromIndex negative
|
il y a 5 ans |
Linus Groh
|
418092a71a
LibJS: Implement Array length setter
|
il y a 5 ans |
Kesse Jones
|
b2305cb67d
LibJS: Add Array.prototype.lastIndexOf
|
il y a 5 ans |
Kesse Jones
|
df6696f576
LibJS: Add Array.prototype.reverse
|
il y a 5 ans |
Kesse Jones
|
579975fd1e
LibJS: Add Array.prototype.indexOf
|
il y a 5 ans |
Andreas Kling
|
f7a1696087
LibJS: Add MarkedValueList and use it for argument passing
|
il y a 5 ans |
Kesse Jones
|
856ab9c600
LibJS: Add Array.prototype.slice
|
il y a 5 ans |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
il y a 5 ans |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
il y a 5 ans |
Andreas Kling
|
2d7b495244
LibJS: Make Array constructor take its prototype
|
il y a 5 ans |
Kesse Jones
|
4931c0feda
LibJS: Add Array.prototype.concat
|
il y a 5 ans |
Andreas Kling
|
ad2aac5fde
LibJS: Add Array.prototype.join()
|
il y a 5 ans |