On plugins, hasOwnProperty wrongly return false if getter return undefined |
||
Issue description
Version: 51.0.2682.0 (Developer Build) (64-bit)
OS: Linux
What steps will reproduce the problem?
(1) With v8 or pp API defines a property "testprop" with its getter returning undefined.
(2) Call plugin.hasOwnProperty("testprop") from javascript
What is the expected output?
hasOwnProperty return true.
What do you see instead?
hasOwnProperty return false.
,
Mar 29 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Mar 25 2016