summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AbstractOperations.h
AgeCommit message (Expand)Author
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
2021-09-12LibJS: Make get_function_realm() actually return a RealmLinus Groh
2021-09-11LibJS: Use Span<Cell*> instead of Vector<Cell*> in more placesAndreas Kling
2021-07-23LibJS: Implement RegExp.prototype [ @@replace ] with UTF-16 code unitsTimothy Flynn
2021-07-07LibJS: Throw if the trap result of OwnPropertyKeys contains duplicatesIdan Horowitz
2021-07-05LibJS: Implement and use the GetSubstitution abstract operationTimothy Flynn
2021-07-05LibJS: Make AbstractOperations::canonical_num... take a PropertyNamedavidot
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-03LibJS: Bring the `super` keyword in line with the specAndreas Kling
2021-07-01LibJS: Drop "Record" suffix from all the *Environment record classesAndreas Kling
2021-06-28LibJS: Add the CreateMappedArgumentsObject abstract operationAndreas Kling
2021-06-28LibJS: Implement the CreateUnmappedArgumentsObject abstract operationAndreas Kling
2021-06-27LibJS: Stop qualifying AK::FunctionAndreas Kling
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-26LibJS: Implement the GetMethod() abstract operation as a Value methodLinus Groh
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-06-22LibJS: Bring function environment records closer to the specAndreas Kling
2021-06-22LibJS: Implement the NewObjectEnvironment() abstract operationAndreas Kling
2021-06-22LibJS: Implement the NewDeclarativeEnvironment() abstract operationAndreas Kling
2021-06-20LibJS: Implement the OrdinaryCreateFromConstructor() abstract operationLinus Groh
2021-06-20LibJS: Implement the GetPrototypeFromConstructor() abstract operationLinus Groh
2021-06-20LibJS: Implement the GetFunctionRealm() abstract operationLinus Groh
2021-06-20LibJS: Introduce AbstractOperations.{cpp,h} and move various AOs thereLinus Groh