V8 knows nothing about the DOM tree or tabindex logic. That's Blink code. If you're looking for something specific, try cs.chromium.org. If you want random example code, go to https://chromium.googlesource.com/v8/v8/+/master/src/ and click on any file :-)
On Fri, Sep 8, 2017 at 8:42 AM, Геннадий Кондратьев <[email protected]> wrote: > ok. Thank you for your answers. I have more questions. > > Could you point on the code that is responsible for tabindex logic in DOM > tree for example (or something else). I'm just interested. > > пятница, 1 сентября 2017 г., 18:15:11 UTC+3 пользователь Геннадий > Кондратьев написал: > >> Hi, everyone. >> >> I'm a newcomer in V8 and would like get help regarding what where to >> start. >> >> Best Regards >> > -- > -- > v8-dev mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-dev mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
