rmg-x
|
ea20545853
LibJS: Add support for Float16Array
|
8 months ago |
Timothy Flynn
|
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
|
8 months ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Egor Ananyin
|
7c9c3a10d3
LibJS: Add almost all Math functions
|
4 years ago |
Luke
|
be30dc2b18
LibJS: Implement Object.prototype.isPrototypeOf
|
4 years ago |
Xavier Cooney
|
ca0f3db004
LibJS: Implement Array.prototype.sort()
|
4 years ago |
Xavier Cooney
|
1cf92d39eb
LibJS: Implement String.prototype.endsWith()
|
4 years ago |
Luke
|
200c7572b7
LibJS: Implement Object.prototype.propertyIsEnumerable
|
4 years ago |
Andreas Kling
|
df2a6cb4ab
LibJS: Add Math.acos() and Math.asin()
|
4 years ago |
Andreas Kling
|
63b748642a
LibJS: Add Math.atan()
|
4 years ago |
Andreas Kling
|
cc14b5a6d7
LibJS: Implement a very hackish "arguments" object
|
4 years ago |
Andreas Kling
|
e6dadd9e5b
LibJS: Implement parseInt()
|
4 years ago |
Linus Groh
|
32571dfa53
LibJS: Add ArrayBuffer
|
4 years ago |
Linus Groh
|
ddaab598a7
LibJS: Add TypedArray.BYTES_PER_ELEMENT
|
4 years ago |
Andreas Kling
|
3565d3c60c
LibJS: Add six typed arrays (signed and unsigned 8/16/32-bit)
|
4 years ago |
Andreas Kling
|
2d9d883274
LibJS: Add a basic implementation of String.prototype.substr()
|
4 years ago |
AnotherTest
|
210a3db44d
LibJS: Implement `RegExpPrototype::exec()'
|
4 years ago |
AnotherTest
|
8ba273a2f3
LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()'
|
4 years ago |
Andreas Kling
|
a1029738fd
LibJS: Add some more items to CommonPropertyNames that I missed
|
4 years ago |
Andreas Kling
|
7b863330dc
LibJS: Cache commonly used FlyStrings in the VM
|
4 years ago |