Andreas Kling
|
aaf6014ae1
LibJS: Simplify Cell::initialize()
|
5 年 前 |
Nico Weber
|
979e02c0a8
LibJS: Implement String.prototype.charCodeAt
|
5 年 前 |
Matthew Olsson
|
c831fb17bf
LibJS: Add StringIterator
|
5 年 前 |
Andreas Kling
|
af51dc105a
LibJS+LibWeb: Add JS::Object::inherits(class_name)
|
5 年 前 |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 年 前 |
Andreas Kling
|
e4add19915
LibJS: Pass GlobalObject& to native functions and property accessors
|
5 年 前 |
Kesse Jones
|
6dbb5df81f
LibJS: Add String.prototype.lastIndexOf
|
5 年 前 |
Kesse Jones
|
58f6f50de4
LibJS: Add String.prototype.slice
|
5 年 前 |
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 年 前 |