Linus Groh
|
a022e548b8
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
|
2 лет назад |
Linus Groh
|
f3117d46dc
LibJS: Remove GlobalObject from VM::throw_completion()
|
2 лет назад |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 лет назад |
Linus Groh
|
5dd5896588
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
|
2 лет назад |
Linus Groh
|
ecd163bdf1
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
|
2 лет назад |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 лет назад |
Linus Groh
|
5b48912d35
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
|
3 лет назад |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 лет назад |
Lenny Maiorani
|
d00b79568f
Libraries: Use default constructors/destructors in LibJS
|
3 лет назад |
Jorropo
|
dc42ca37bd
LibJS: Fix JSON.stringify with stale surrogate codepoints
|
3 лет назад |
Timothy Flynn
|
b0e5609b88
LibJS: Use GetV to look up the toJSON property in SerializeJSONProperty
|
3 лет назад |
Linus Groh
|
6f20f49b21
Everywhere: Rename JS::PropertyKey variables from property_{name => key}
|
3 лет назад |
mjz19910
|
1ef633472b
Everywhere: Convert VM::call() to JS::call()
|
3 лет назад |
Linus Groh
|
038d354b5d
LibJS: Remove Object::value_of()
|
3 лет назад |
Andreas Kling
|
587f9af960
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
|
3 лет назад |
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 лет назад |