Shannon Booth
|
9b79a686eb
LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T>
|
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 |
Andreas Kling
|
2bc5bc64fb
LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>
|
4 years ago |
Nico Weber
|
697faba147
LibJS: Make Date.getUTCSeconds() call through to LibC
|
4 years ago |
Nico Weber
|
ad00462daa
LibJS: Implement Date.getUTC*
|
4 years ago |
Nico Weber
|
a6b68451dc
LibJS: Implement Date.prototype.toISOString()
|
4 years ago |
Andreas Kling
|
ba641e97d9
LibJS: Clarify Object (base class) construction somewhat
|
5 years ago |
Andreas Kling
|
64513f3c23
LibJS: Move native objects towards two-pass construction
|
5 years ago |
Linus Groh
|
9f399f7341
LibJS: Remove reduntant set_prototype() calls
|
5 years ago |
Andreas Kling
|
fca08bd000
LibJS: Move builtin prototypes to the global object
|
5 years ago |
Andreas Kling
|
bc1ece7f37
LibJS+LibWeb: Pass prototype to Object constructor
|
5 years ago |
Andreas Kling
|
0df4d2823a
LibJS: Pass prototype to Date constructor
|
5 years ago |
Linus Groh
|
d4e3688f4f
LibJS: Start implementing Date :^)
|
5 years ago |