Commit d33df161 authored by Mathias Bynens's avatar Mathias Bynens Committed by V8 LUCI CQ

[Object.hasOwn] Add Test262 feature-to-flag mapping

Bug: chromium:1213927
Change-Id: I85f5559863524717355ec61694ce007a2be7c8a5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2931799Reviewed-by: 's avatarVictor Gomes <victorgomes@chromium.org>
Commit-Queue: Mathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74967}
parent 44e7d0e1
......@@ -57,6 +57,8 @@ FEATURE_FLAGS = {
'regexp-named-groups': '--harmony-regexp-match-indices',
'error-cause': '--harmony-error-cause',
'import-assertions': '--harmony-import-assertions',
# https://github.com/tc39/test262/pull/2995
'Object.hasOwn': '--harmony-object-has-own',
}
SKIPPED_FEATURES = set([])
......
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