Make __count__ shared as well as permanent (426711, r=mrbkap, a=beltzner).
git-svn-id: svn://10.0.0.236/trunk@249944 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f1a04ea430
commit
37df71029e
@ -137,7 +137,8 @@ static JSPropertySpec object_props[] = {
|
||||
obj_getSlot, obj_setSlot},
|
||||
{js_parent_str,JSSLOT_PARENT,JSPROP_READONLY|JSPROP_PERMANENT|JSPROP_SHARED,
|
||||
obj_getSlot, obj_setSlot},
|
||||
{js_count_str, 0, JSPROP_PERMANENT,obj_getCount, obj_getCount},
|
||||
{js_count_str, 0, JSPROP_PERMANENT|JSPROP_SHARED,
|
||||
obj_getCount, obj_getCount},
|
||||
{0,0,0,0,0}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user