[Webkit-unassigned] [Bug 262123] New: Getting function name that includes space return empty string
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 26 09:55:22 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262123
Bug ID: 262123
Summary: Getting function name that includes space return empty
string
Product: WebKit
Version: Safari 16
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jimmy at warting.se
Object.values(({
"foo bar"() {
}
}))[0].name
expected result should be "foo bar"
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230926/d4d8d149/attachment.htm>
More information about the webkit-unassigned
mailing list