summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AbstractOperations.h
AgeCommit message (Expand)Author
2022-12-16LibJS: Convert get_this_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_private_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_function_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_object_environment() to NonnullGCPtrLinus Groh
2022-12-16LibJS: Convert new_declarative_environment() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert standalone construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-23LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.hAndreas Kling
2022-11-23LibJS: Make FunctionNode::Parameter be a standalone FunctionParameterAndreas Kling
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-07-18LibJS: Replace comparisons of "0"_bigint with SignedBigInteger::is_zeroTimothy Flynn
2022-06-23LibJS: Implement the CanBeHeldWeakly abstract operationIdan Horowitz
2022-06-18LibJS: Move MergeLists into non-Temporal ECMA-262 amendmentsLinus Groh
2022-05-08LibJS: Remove callerRealm from HostEnsureCanCompileStringsLuke Wilde
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-01-25LibJS: Add templated overloads for the construct AO to create its MVLTimothy Flynn
2022-01-25LibJS: Use forwarding references for call's variadic template argumentsTimothy Flynn
2022-01-25LibJS: Remove erroneous variadic template from some call overloadsTimothy Flynn
2022-01-23LibJS: Add some overloads for JS::call() and JS::call_impl()mjz19910
2021-12-29LibJS: Implement and use the InitializeBoundName AOLinus Groh
2021-12-22LibJS: Add modulo(x, y) overload for Crypto::{Unsigned,Signed}BigIntegerLinus Groh
2021-12-22LibJS: Support modulo(x, y) with different typesLinus Groh
2021-12-21LibJS: Update spec numbers for Operations on Objects AOsTimothy Flynn
2021-11-07LibJS: Add a modulo() function to represent the "x modulo y" notationLinus Groh
2021-10-24LibJS: Make make_super_property_reference() take a PropertyKeyAndreas Kling
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-20LibJS: Add PrivateEnvironmentdavidot
2021-10-09LibJS: Decouple new_function_environment() from FunctionObjectLinus Groh
2021-10-09LibJS: Implement [[Call]] and [[Construct]] internal slots properlyLinus Groh
2021-09-30LibJS: Make scoping follow the specdavidot
2021-09-21LibJS: Convert perform_eval to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Convert get_substitution to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Convert length_of_array_like to ThrowCompletionOrIdan Horowitz
2021-09-21LibJS: Convert make_super_property_reference to ThrowCompletionOrIdan Horowitz
2021-09-16LibJS: Convert ordinary_create_from_constructor<T> to ThrowCompletionOrIdan Horowitz
2021-09-15LibJS: Use ThrowCompletionOr in get_prototype_from_constructor()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in get_function_realm()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in species_constructor()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in create_list_from_array_like()Linus Groh
2021-09-15LibJS: Use ThrowCompletionOr in require_object_coercible()Linus Groh