Thanks Stephan for the help. Do you know if these APIs are provided elsewhere? I've searched all over google, but I haven't had any luck. I was hoping for an open source implementation of these functions that I can include in V8.
Thanks. On Thu, Aug 18, 2011 at 9:19 AM, Stephan Beal <[email protected]> wrote: > On Thu, Aug 18, 2011 at 6:08 PM, Jonathon S. <[email protected]> wrote: >> >> I am curious whether V8 has support for these functions. When I try >> > > v8 only supports (at least in the public API) the core ECMAScript-defined > APIs. That excludes the DOM API and any other APIs which just happen to be > JS but are client-specific. > -- > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
