Idan Horowitz
|
36aef8ee95
LibJS: Convert ArrayConstructor functions to ThrowCompletionOr
|
3 лет назад |
Idan Horowitz
|
e26d9f419b
LibJS: Remove vm.construct and it's usages
|
3 лет назад |
Idan Horowitz
|
db5df26841
LibJS: Convert Array AOs to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
5832de62fe
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
|
3 лет назад |
Timothy Flynn
|
ec54a7b5b0
LibJS: Implement IteratorClose with Completions and align to the spec
|
3 лет назад |
Timothy Flynn
|
7b4814f74c
LibJS: Convert IteratorValue AO to ThrowCompletionOr
|
3 лет назад |
Timothy Flynn
|
8be1caa05d
LibJS: Convert IteratorStep AO to ThrowCompletionOr
|
3 лет назад |
Timothy Flynn
|
860a37640b
LibJS: Convert GetIterator AO to ThrowCompletionOr
|
3 лет назад |
Idan Horowitz
|
40eb3a39d4
LibJS: Rename define_native_function => define_old_native_function
|
3 лет назад |
Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 лет назад |
Idan Horowitz
|
56e769e4ba
LibJS: Replace usages of JS_{DECLARE, DEFINE}_NATIVE_GETTER
|
3 лет назад |
Idan Horowitz
|
cc94bba5c0
LibJS: Convert to_u32() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
1d45541278
LibJS: Convert Object::set() to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 лет назад |
Idan Horowitz
|
5f80d8245d
LibJS: Close iterator on throw completion in Array.from
|
3 лет назад |
Idan Horowitz
|
99bc429f3f
LibJS: Add missing exception checks to {Array, TypedArray}.from()
|
3 лет назад |
Idan Horowitz
|
ee825d6d9e
LibJS: Convert get_method to ThrowCompletionOr
|
3 лет назад |
Idan Horowitz
|
ab594e5f2f
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
|
3 лет назад |
Idan Horowitz
|
1db7e096e2
LibJS: Switch is_array to ThrowCompletionOr
|
3 лет назад |
Idan Horowitz
|
e90e4ac1e2
LibJS: Convert length_of_array_like to ThrowCompletionOr
|
3 лет назад |
Linus Groh
|
2d4650714f
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
|
3 лет назад |
Idan Horowitz
|
8d01d43f5e
LibJS: Replace the boolean argument of Object::set with an enum class
|
4 лет назад |
Idan Horowitz
|
eeb4c1eec9
LibJS: Reorder and add missing name & length properties to Built-ins
|
4 лет назад |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 лет назад |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 лет назад |
Idan Horowitz
|
e480d69130
LibJS: Bring ArrayCreate and ArrayConstructor closer to spec
|
4 лет назад |
Idan Horowitz
|
5f09d78b9d
LibJS: Bring the Array constructor slightly closer to the specification
|
4 лет назад |
Idan Horowitz
|
1d94d7a367
LibJS: Make Array.of(...items) generic
|
4 лет назад |