Extended Object Literals to review
P T Withington
ptw at pobox.com
Mon Mar 14 14:53:37 PDT 2011
On 2011-03-14, at 17:13, Juan Ignacio Dopazo wrote:
> I totally forgot about Object.getPrototypeOf().
On 2011-03-14, at 17:14, Jorge wrote:
> ISTM, you would just need to follow the [[prototype]] chain, like so:
Indeed. That is what I was missing. (I don't have a way to portably emulate that on all the (ES3-like) platforms I compile to, which is why I was misled.)
More information about the es-discuss
mailing list