[Webkit-unassigned] [Bug 140575] Native Bindings Descriptors are Incomplete

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 15:19:51 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140575

--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org> ---
> This is because:
> 
>   js> Number.bind({}, 5).arguments
>   TypeError: Type Error

Hmm:

  js> Object.getOwnPropertyDescriptor(function(){}, "arguments")
  < {value: null, writable: false, enumerable: false, configurable: false}

  js> Object.getOwnPropertyDescriptor(function(){}.bind(this), "arguments")
  < {get: function, set: function, enumerable: false, configurable: false}

I'm going to file a separate issue for that. This duel identity seems weird. Also, I think this is another property expected to move to the prototype.

-- 
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/20150216/de23ca20/attachment-0002.html>


More information about the webkit-unassigned mailing list