1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 22:25:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Reflect
Idan Horowitz 8eb48039c9 LibJS: Bring Reflect.construct() closer to the specification
This includes checking that the target is a constructor, not just a
function, as well as switching the order of the list creation and
argument validation to match the specification, to ensure correct
exception throwing order.
2021-06-28 14:22:35 +01:00
..
Reflect.@@toStringTag.js LibJS: Add @@toStringTag to Reflect 2021-06-08 19:13:14 +01:00
Reflect.apply.js LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}() 2021-06-09 23:46:37 +01:00
Reflect.construct.js LibJS: Bring Reflect.construct() closer to the specification 2021-06-28 14:22:35 +01:00
Reflect.defineProperty.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.deleteProperty.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.get.js LibJS: Remove String.prototype.length 2021-06-06 19:34:43 +02:00
Reflect.getOwnPropertyDescriptor.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.getPrototypeOf.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.has.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.isExtensible.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.ownKeys.js LibJS: Let Object::get_own_properties() return both strings and symbols 2021-04-05 19:30:30 +02:00
Reflect.preventExtensions.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.set.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Reflect.setPrototypeOf.js Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00