This should be a quick answer; I'm just looking for clarity. Are there any
situations where internal data properties may be inherited? For example:
Set foo to bar.[[Baz]]
Does `foo` ever result in a non-undefined value if `bar` doesn't have an own
`[[Baz]]` property but inherits from an object that has an internal `[[Baz]]`
property?
Thanks,Nathan _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

