diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json index 98bee6e5d5..7c7ba8faf6 100644 --- a/test/js-perf-test/JSTests.json +++ b/test/js-perf-test/JSTests.json @@ -18,7 +18,11 @@ {"name": "ProxyConstructorWithArrowFunc"}, {"name": "ProxyConstructorWithClass"}, {"name": "ProxyConstructorWithObject"}, - {"name": "ProxyConstructorWithProxy"} + {"name": "ProxyConstructorWithProxy"}, + {"name": "CallProxyWithoutTrap"}, + {"name": "CallProxyWithTrap"}, + {"name": "ConstructProxyWithoutTrap"}, + {"name": "ConstructProxyWithTrap"} ] }, {