bug 576596 - removal of JSObjectOps::(call|construct|hasInstance). r=jorendorff

This commit is contained in:
Igor Bukanov
2010-07-07 09:53:50 +02:00
parent c36aba5504
commit 575b69813c
14 changed files with 141 additions and 167 deletions

View File

@@ -1008,11 +1008,8 @@ JSObjectOps js_ArrayObjectOps = {
js_Enumerate,
array_typeOf,
array_trace,
NULL, /* thisObject */
NULL, /* call */
NULL, /* construct */
js_HasInstance,
NULL
NULL, /* thisObject */
NULL /* clear */
};
static JSObjectOps *