Kesse Jones
|
838127df35
LibJS: Add String.prototype.includes
|
5 лет назад |
Kesse Jones
|
b0b204822f
LibJS: Add String.prototype.substring
|
5 лет назад |
Kesse Jones
|
7725b1970e
LibJS: Add String.prototype.concat
|
5 лет назад |
Andreas Kling
|
1108dd1659
LibJS: Add some missing |this| checks in StringPrototype
|
5 лет назад |
Kesse Jones
|
994f1a79ad
LibJS: Add String.prototype.{trim, trimStart, trimEnd} (#1792)
|
5 лет назад |
Linus Groh
|
31505dde7e
LibJS: Add String.prototype.pad{Start,End}()
|
5 лет назад |
Linus Groh
|
32c27afdf0
LibJS: Add String.prototype.toString()
|
5 лет назад |
Andreas Kling
|
070a8f2689
LibJS: Boolean, Number and String prototypes should have values too
|
5 лет назад |
Linus Groh
|
22f20cd51d
LibJS: Add String.prototype.toUpperCase()
|
5 лет назад |
Andreas Kling
|
cb18b2c74d
LibJS: Add String.prototype.toLowerCase()
|
5 лет назад |
Andreas Kling
|
97cd1173fa
LibJS: Add String.prototype.indexOf()
|
5 лет назад |
Linus Groh
|
0a94661c14
LibJS: Implement String.prototype.startsWith()
|
5 лет назад |
Andreas Kling
|
30440134cb
LibJS+LibWeb: Move native properties to separate getters/setters
|
5 лет назад |
Andreas Kling
|
56936b97d0
LibJS+LibWeb: Move native JS functions into dedicated member functions
|
5 лет назад |
Andreas Kling
|
19452230cd
LibJS: Add "Heap" and "Runtime" subdirectories
|
5 лет назад |