Er I was a bit unclear. It would look like:
objReference = {
base: undefined,
name: "obj"
};
Which would resolve to the object obj, on an environment record.
objPropRefence = {
base: IdentifierResolution(objReference),
name: "prop"
}
On Tue, Dec 18, 2012 at 2:01 PM, Brandon Benvie
<[email protected]>wrote:
> In that example "obj" itself would first have been a Reference with no
> base and the name "obj" which would resolve to an environment record. Then
> after "prop" would be another Reference with the resolved obj as its base
> and "prop" as the name.
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss