Changes between Version 1 and Version 2 of DOMInJavaScript
- Timestamp:
- Sep 26, 2012, 10:52:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DOMInJavaScript
v1 v2 1 1 = DOM in JavaScript = 2 2 3 A man, a plan, a canal: JavaScript. 3 == Overview == 4 5 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.