Bug 1012480 - Do not treat star generator's iterator as legacy generator's iterator in for..in loop. r=jorendorff
This commit is contained in:
@@ -1720,12 +1720,6 @@ const Class StarGeneratorObject::class_ = {
|
||||
nullptr, /* hasInstance */
|
||||
nullptr, /* construct */
|
||||
TraceGenerator<StarGeneratorObject>,
|
||||
JS_NULL_CLASS_SPEC,
|
||||
{
|
||||
nullptr, /* outerObject */
|
||||
nullptr, /* innerObject */
|
||||
iterator_iteratorObject,
|
||||
}
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user