Idan Horowitz
|
1da8faebf5
LibJS: Convert perform_eval to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
f302b114f3
LibJS: Convert get_substitution to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
69430855e0
LibJS: Remove non-specification compliant exception check
|
3 years ago |
Idan Horowitz
|
e90e4ac1e2
LibJS: Convert length_of_array_like to ThrowCompletionOr
|
3 years ago |
Idan Horowitz
|
02a88c5063
LibJS: Convert make_super_property_reference to ThrowCompletionOr
|
3 years ago |
Brian Gianforcaro
|
9f50e288f7
LibJS: Fix Clang Toolchain CI build
|
3 years ago |
Linus Groh
|
2d4650714f
LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()
|
3 years ago |
Linus Groh
|
bc1b8f9cc8
LibJS: Use ThrowCompletionOr in get_function_realm()
|
3 years ago |
Linus Groh
|
3d43eb0774
LibJS: Use ThrowCompletionOr in species_constructor()
|
3 years ago |
Linus Groh
|
c4c40f4cf3
LibJS: Use ThrowCompletionOr in create_list_from_array_like()
|
3 years ago |
Linus Groh
|
568296d0cc
LibJS: Use ThrowCompletionOr in require_object_coercible()
|
3 years ago |
Linus Groh
|
1a7828a9f3
LibJS: Return default-constructed values instead of the INVALID constant
|
3 years ago |
Linus Groh
|
657d17ace3
LibJS: Remove two unused includes from AbstractOperations.cpp
|
3 years ago |
Linus Groh
|
80e58dab9a
LibJS: Make get_function_realm() actually return a Realm
|
3 years ago |
Linus Groh
|
06e89311fa
LibJS: Set the callee context's realm in prepare_for_ordinary_call()
|
3 years ago |
Linus Groh
|
f29a82dd84
LibJS: Move the GlobalEnvironment from GlobalObject to Realm
|
3 years ago |
Andreas Kling
|
19ee5e01ad
LibJS: Use Span<Cell*> instead of Vector<Cell*> in more places
|
3 years ago |
Timothy Flynn
|
6c45620709
LibJS: Reduce copying of string data in String.prototype
|
3 years ago |
Timothy Flynn
|
c1e99fca1a
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
|
3 years ago |
Linus Groh
|
16c38788c3
LibJS: Add missing spec links
|
3 years ago |
Brian Gianforcaro
|
53166c10ca
LibJS: Remove unused header includes
|
3 years ago |
Linus Groh
|
1c1354db07
LibJS: Store the %Array.prototype.values% intrinsic on the global object
|
3 years ago |
Timothy Flynn
|
5a8f870594
LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code units
|
4 years ago |
Timothy Flynn
|
06208aaa15
LibJS: Implement String.prototype.replace with UTF-16 code units
|
4 years ago |
davidot
|
a394aa5830
LibJS: Fix that vm.in_strict_mode was propagated to eval and functions
|
4 years ago |
Idan Horowitz
|
fff112c8a3
LibJS: Add missing spec link to ValidateAndApplyPropertyDescriptor
|
4 years ago |
Idan Horowitz
|
dd27490ee1
LibJS: Throw if the trap result of OwnPropertyKeys contains duplicates
|
4 years ago |
Timothy Flynn
|
e0c9f58b0c
LibJS: Implement and use the GetSubstitution abstract operation
|
4 years ago |
Linus Groh
|
339ccba354
LibJS: Make Object.prototype.toString() fully spec compliant
|
4 years ago |
davidot
|
c52d515028
LibJS: Make AbstractOperations::canonical_num... take a PropertyName
|
4 years ago |