The Document object is part of the browser, not part of the core JS
language, and thus you won't find it in v8. v8 only implements the
EMCAScript language itself, and not related standards like DOM.
--
----- stephan beal
http://wanderinghorse.net/home/stephan/
Several members of this list have implemented various class bindings
using either template- or macro-based solutions. Mine (templates) is
here:
http://code.google.com/p/v8-juice/
On the "related works" section of that page you'll find links to others.
You can read a fairly detailed description of the class-binding features at:
http://code.google.com/p/v8-juice/wiki/CreatingJSClasses
http://code.google.com/p/v8-juice/wiki/ClassBinder
Happy hacking!