loadlj / python-spidermonkey

Automatically exported from code.google.com/p/python-spidermonkey
GNU General Public License v2.0
0 stars 0 forks source link

Global object isn't made with JSCLASS_GLOBAL_FLAGS #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open up support.c
2. Go to line 55
3. Look at the second value of the global_class array

What is the expected output? What do you see instead?
I expect to see the flag JSCLASS_GLOBAL_FLAGS instead of no flags, 0, in
the second value of the global_class array.

What version of the product are you using?
This should be the most recent code.  This doesn't look versioned though,
so I can't tell you that.

Please provide any additional information below.
Please see the following page for why this is necessary.

http://developer.mozilla.org/en/docs/JSCLASS_GLOBAL_FLAGS

Original issue reported on code.google.com by cxJamesA...@gmail.com on 8 Jul 2008 at 6:58