DOM Binding
PATIL Kailas <[email protected]> Tue, 08 Jun 2010 14:25:51 +0800
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Hi, We found that around the initialization of JS Context, standard objects such as String, Date, Array, are created by the JS_InitStandardClasses function, but we couldn't find the counterpart for DOM objects. Could anyone advise me how DOM objects (such as document, window, HTML element, etc.) are binded to JS Context? Thanks. Regards, Kailas