Local variables are either stored directly on stack, or, if they need to be context-accessible, on the function context.
On Thursday, October 22, 2015 at 3:19:30 PM UTC+2, Deepak Subramanian wrote: > > Global variables seem to be stored in the NameDictionary. (and accessible > from Object::getproperty) > > Could you let me know where I can find the local variables of the various > functions ? > > Thanks a lot. > > Deepak Subramanian > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
