Timothy Flynn
|
49e8dcf0b2
LibJS+LibWeb: Convert empty PrimitiveString instances to String
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
davidot
|
6255ca4a42
LibJS: Add DisposableStack{, Prototype, Constructor}
|
2 years ago |
davidot
|
3353cf68f1
LibJS: Add SuppressedError{, Prototype, Constructor}
|
2 years ago |
Linus Groh
|
7762c1ac61
LibJS: Verify that objects are only initialized once
|
2 years ago |
Linus Groh
|
63136615d2
LibJS: Make namespace object initialization lazy as well
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
45f903da00
LibJS: Convert Intrinsics::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
525f22d018
LibJS: Replace standalone js_string() with PrimitiveString::create()
|
2 years ago |
Timothy Flynn
|
31d315001c
LibJS: Allocate concrete TypedArrays with a preallocated base TypedArray
|
2 years ago |
Timothy Flynn
|
4f08f2f581
LibJS: Lazily initialize most Realm instrinsic contructors/prototypes
|
2 years ago |
Linus Groh
|
4e536eaf98
LibJS: Add JSON.stringify function to the intrinsics
|
2 years ago |
Linus Groh
|
e3804e6426
LibJS: Move construction of GlobalObject native functions to Intrinsics
|
2 years ago |
Linus Groh
|
78eca3ae64
LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics
|
2 years ago |
Linus Groh
|
50428ea8d2
LibJS: Move intrinsics to the realm
|
2 years ago |