Changes between Version 1 and Version 2 of DOMInJavaScript


Ignore:
Timestamp:
Sep 26, 2012 10:52:49 PM (12 years ago)
Author:
abarth@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DOMInJavaScript

    v1 v2  
    11= DOM in JavaScript =
    22
    3 A man, a plan, a canal: JavaScript.
     3== Overview ==
     4
     5In 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.