Commit e24abc9d authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

Add micro-benchmark for Proxy call and constructor to the suite

Bug: v8:6558, v8:6557
Change-Id: Ibda4ac02f7c8f28b6e37664c10ffae34124c79b0
Reviewed-on: https://chromium-review.googlesource.com/571703Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
Commit-Queue: Maya Lekova <mslekova@google.com>
Cr-Commit-Position: refs/heads/master@{#46669}
parent 18453c9b
......@@ -18,7 +18,11 @@
{"name": "ProxyConstructorWithArrowFunc"},
{"name": "ProxyConstructorWithClass"},
{"name": "ProxyConstructorWithObject"},
{"name": "ProxyConstructorWithProxy"}
{"name": "ProxyConstructorWithProxy"},
{"name": "CallProxyWithoutTrap"},
{"name": "CallProxyWithTrap"},
{"name": "ConstructProxyWithoutTrap"},
{"name": "ConstructProxyWithTrap"}
]
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment