[Webkit-unassigned] [Bug 140575] Native Bindings Descriptors are Incomplete
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 13 19:48:38 PST 2015
https://bugs.webkit.org/show_bug.cgi?id=140575
--- Comment #8 from Joseph Pecoraro <joepeck at webkit.org> ---
The failing test is:
inspector-protocol/runtime/getProperties.html
--- layout-test-results/inspector-protocol/runtime/getProperties-expected.txt
+++ layout-test-results/inspector-protocol/runtime/getProperties-actual.txt
@@ -9,8 +9,8 @@
length number 3
Properties of Bound function
__proto__ function undefined
- arguments
- caller
+ arguments object undefined
+ caller object undefined
length number 0
name string Number
This is because:
js> Number.bind({}, 5).arguments
TypeError: Type Error
Not a very descriptive error! However, this is something we can probably handle a bit better in InjectedScriptSource. r- for me to clean this up.
--
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/20150214/4717afa5/attachment-0002.html>
More information about the webkit-unassigned
mailing list