Bug 959013 - Create storage for declarative class bootstrapping information on js::Class. r=luke
This commit is contained in:
@@ -839,6 +839,7 @@ const Class PropertyIteratorObject::class_ = {
|
||||
nullptr, /* hasInstance */
|
||||
nullptr, /* construct */
|
||||
trace,
|
||||
JS_NULL_CLASS_SPEC,
|
||||
{
|
||||
nullptr, /* outerObject */
|
||||
nullptr, /* innerObject */
|
||||
@@ -1495,6 +1496,7 @@ const Class LegacyGeneratorObject::class_ = {
|
||||
nullptr, /* hasInstance */
|
||||
nullptr, /* construct */
|
||||
TraceGenerator<LegacyGeneratorObject>,
|
||||
JS_NULL_CLASS_SPEC,
|
||||
{
|
||||
nullptr, /* outerObject */
|
||||
nullptr, /* innerObject */
|
||||
@@ -1517,6 +1519,7 @@ const Class StarGeneratorObject::class_ = {
|
||||
nullptr, /* hasInstance */
|
||||
nullptr, /* construct */
|
||||
TraceGenerator<StarGeneratorObject>,
|
||||
JS_NULL_CLASS_SPEC,
|
||||
{
|
||||
nullptr, /* outerObject */
|
||||
nullptr, /* innerObject */
|
||||
|
||||
Reference in New Issue
Block a user