Idan Horowitz
|
e7a134a346
LibJS: Convert JSONObject functions to ThrowCompletionOr
|
3 年 前 |
Andreas Kling
|
398c181c79
LibJS: Rename PropertyName to PropertyKey
|
3 年 前 |
Idan Horowitz
|
db5df26841
LibJS: Convert Array AOs 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 年 前 |
Linus Groh
|
be28a6142b
LibJS: Convert to_integer_or_infinity() to ThrowCompletionOr
|
3 年 前 |
Idan Horowitz
|
20d990563c
LibJS: Convert to_number() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
96ab116f0d
LibJS: Convert to_primitive_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
e5b8544762
LibJS: Convert enumerable_own_property_names() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
364dd42fc8
LibJS: Convert create_data_property_or_throw() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
fb443b3fb4
LibJS: Convert create_data_property() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 年 前 |
Linus Groh
|
fbfb0bb908
LibJS: Convert internal_delete() 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 年 前 |
Idan Horowitz
|
a6b8291a9b
LibJS: Add define_direct_property and remove the define_property helper
|
4 年 前 |
Luke
|
99cb54670f
LibJS: Add missing exception check in internalize_json_property
|
4 年 前 |
Linus Groh
|
9555ca99a0
LibJS: Remove unnecessary value_or() from get()
|
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
|
648b4c7d74
LibJS: Bring JSON.parse slightly closer to the specification
|
4 年 前 |
Idan Horowitz
|
8d50cf492e
LibJS: Bring JSON.stringify closer to the specification
|
4 年 前 |
Andreas Kling
|
ba9d5c4d54
LibJS: Rename Function => FunctionObject
|
4 年 前 |
Linus Groh
|
f4867572b7
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
|
4 年 前 |
Linus Groh
|
55db9539a5
LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs there
|
4 年 前 |
Linus Groh
|
317b88a8c3
LibJS: Replace Object's create_empty() with create() taking a prototype
|
4 年 前 |
Linus Groh
|
7327a28ccc
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
|
4 年 前 |