Version 2 (modified by 12 years ago) ( diff ) | ,
---|
DOM in JavaScript
Overview
In this proposal, we upload the four basic DOM pointers (firstChild, lastChild, nextSibling, previousSibling) into the JavaScript engine so that they can be accessed more quickly from JavaScript. We then provide CPP an optimized code path for reading and writing these properties.
Note:
See TracWiki
for help on using the wiki.