Nathan Wall (2013-10-08T03:05:14.000Z)
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 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20131007/c4756b74/attachment.html>
domenic at domenicdenicola.com (2013-10-14T02:06:16.971Z)
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?
domenic at domenicdenicola.com (2013-10-14T02:05:25.454Z)
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?