On 08/26/2013 10:30 AM, Steve Fink wrote:
> - JS::Handle<JS::Value> is indeed ugly. But you can't compare to
> HandleValue; it'd still be JS::HandleValue. It sounds like people aren't
> crazy about 'using namespace JS' or 'using JS::Value', so it's probably
> "JS::Handle<JS::Value> vs JS::HandleValue" or "Handle<JS::Value> vs
> HandleValue". A difference, but not a huge one.

Why exactly are people unwilling to use |using JS::Value|?  Opening the whole 
namespace is understandably bad.  But I've never heard anyone say why 
narrowly-scoped |using| statements are unacceptable.

Jeff
_______________________________________________
dev-tech-js-engine-internals mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to