Re: [v8-dev] VariableProxy ast class

2016-09-13 Thread Toon Verwaest
Exactly. References can't be resolved when created since definitions can occur after references. On Tue, Sep 13, 2016, 12:17 Ben Noordhuis wrote: > On Tue, Sep 13, 2016 at 9:54 AM, Dmitriy - wrote: > > Hello all, > > > > I see at FullCodegen and

Re: [v8-dev] VariableProxy ast class

2016-09-13 Thread Ben Noordhuis
On Tue, Sep 13, 2016 at 9:54 AM, Dmitriy - wrote: > Hello all, > > I see at FullCodegen and VariableProxy class. > What does it mean? > > It calls EmitVariableLoad in FC but I can't understand for what purposes it > has made. VariableProxy is a layer of indirection between

[v8-dev] VariableProxy ast class

2016-09-13 Thread Dmitriy -
Hello all, I see at FullCodegen and VariableProxy class. What does it mean? It calls EmitVariableLoad in FC but I can't understand for what purposes it has made. -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you