Bug 838558 - Kill object equality hook. r=jorendorff
This commit is contained in:
@@ -855,11 +855,9 @@ Class PropertyIteratorObject::class_ = {
|
||||
NULL, /* hasInstance */
|
||||
trace,
|
||||
{
|
||||
NULL, /* equality */
|
||||
NULL, /* outerObject */
|
||||
NULL, /* innerObject */
|
||||
iterator_iteratorObject,
|
||||
NULL /* unused */
|
||||
}
|
||||
};
|
||||
|
||||
@@ -1415,11 +1413,9 @@ Class js::GeneratorClass = {
|
||||
NULL, /* hasInstance */
|
||||
generator_trace,
|
||||
{
|
||||
NULL, /* equality */
|
||||
NULL, /* outerObject */
|
||||
NULL, /* innerObject */
|
||||
iterator_iteratorObject,
|
||||
NULL /* unused */
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user