On 2015/05/06 14:58:13, arv wrote:
On 2015/05/06 14:47:38, wingo wrote:
> I don't see the point of the Scope::scope_uses_super_property_ flag. For
user
> feedback you want a location, for syntax you need to know that you're in a
> constructor, and for the runtime, the use of the lexical "this" in the
various
> SuperExpression AST nodes should be sufficient.  Am I missing something?

The tracking is needed for [[HomeObject]].

Also, see https://code.google.com/p/v8/issues/detail?id=4081

Ah, I am behind regarding these things. Would it not be possible to declare a variable for [[HomeObject]] then, and make the appropriate super expressions use
it?  Similar to what we do with "arguments".  Just an ignorant idea.

https://codereview.chromium.org/1092503003/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to