[webkit-dev] Tracking global variables.

Darin Adler darin at apple.com
Mon Sep 16 18:25:08 PDT 2013


On Sep 16, 2013, at 5:49 PM, arijit chattopadhyay <arijit_nitdgp06 at yahoo.co.in> wrote:

> Is that IdentifierTable does not store global variables?

That’s right. That table does not store global variables. JavaScript doesn’t really have global variables. It does have a global object, and all the properties of that object are a bit like global variables.

This mailing list is for discussing development of WebKit, not for help with projects you might want to do with WebKit. This page talks about the other relevant lists and will point you at the webkit-help list <https://www.webkit.org/contact.html>.

-- Darin


More information about the webkit-dev mailing list