Re: [JS-internals] js/JS namespace

2016-04-19 Thread Jeff Walden
On 04/19/2016 08:37 PM, Ehsan Akhgari wrote: > As far as I understand, the js namespace is used internally in > SpiderMonkey, and the JS namespace contains the public API symbols. > However, I occasionally come across things in the public headers in > namespace js that I need to use. Examples incl

[JS-internals] js/JS namespace

2016-04-19 Thread Ehsan Akhgari
As far as I understand, the js namespace is used internally in SpiderMonkey, and the JS namespace contains the public API symbols. However, I occasionally come across things in the public headers in namespace js that I need to use. Examples include js::GCPolicy, js::RootedBase, js::GetBuiltinClass