On plufins, 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 returns True
What do you see instead?
hasOwnProperty returns False
|
|
►
Sign in to add a comment |
|
Comment 1 by j.iso...@samsung.com
, Mar 29 2016