It seems like we're going to need a story for this kind of stuff. One major goal of the bindings is to remove the need for C++ consumers to manually muck with JSAPI. And as more web objects (TypedArrays, Promises, etc) move into the JS engine, we're going to want a sane mechanism for manipulating these objects from C++, ideally without hand-rolling each one individually (as was the case for typed arrays).
We might be able to piggy-back on the Xray-to-Pure-JS work I'm doing in bug 914970. bholley On Fri, Sep 20, 2013 at 3:10 PM, Boris Zbarsky <[email protected]> wrote: > On 9/20/13 3:21 PM, Bobby Holley wrote: > >> Can you manipulate Dates using the WebIDL bindings instead? >> > > From C++? No. > > -Boris > > ______________________________**_________________ > dev-platform mailing list > [email protected] > https://lists.mozilla.org/**listinfo/dev-platform<https://lists.mozilla.org/listinfo/dev-platform> > _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

