> namespace JS {
> class Value; // #include js/Value.h (not jsapi.h) if you need the
> *definition*
> }Oh, and avoid |jsval| -- it's on the way out, and is just a typedef for JS::Value, which should be used instead. Nick _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

