bug 484861 - removal of unsed fields from JSObjectOps. r=mrbkap

This commit is contained in:
Igor Bukanov
2009-04-01 14:32:51 +02:00
parent f2be212280
commit 6b8598cf6e
8 changed files with 15 additions and 40 deletions

View File

@@ -110,10 +110,9 @@ JS_FRIEND_DATA(JSObjectOps) js_ObjectOps = {
js_Enumerate, js_CheckAccess,
NULL, NATIVE_DROP_PROPERTY,
js_Call, js_Construct,
NULL, js_HasInstance,
js_SetProtoOrParent, js_SetProtoOrParent,
js_TraceObject, js_Clear,
js_GetRequiredSlot, js_SetRequiredSlot
js_HasInstance, js_TraceObject,
js_Clear, js_GetRequiredSlot,
js_SetRequiredSlot
};
JSClass js_ObjectClass = {
@@ -2353,10 +2352,9 @@ JS_FRIEND_DATA(JSObjectOps) js_WithObjectOps = {
with_Enumerate, with_CheckAccess,
with_ThisObject, NATIVE_DROP_PROPERTY,
NULL, NULL,
NULL, NULL,
js_SetProtoOrParent, js_SetProtoOrParent,
js_TraceObject, js_Clear,
NULL, NULL
NULL, js_TraceObject,
js_Clear, NULL,
NULL
};
static JSObjectOps *