Bug 1160535 part 1 - Give JSFunction its own AllocKind. r=terrence
This commit is contained in:
@@ -3163,7 +3163,7 @@ const Class DateObject::class_ = {
|
||||
nullptr, /* construct */
|
||||
nullptr, /* trace */
|
||||
{
|
||||
GenericCreateConstructor<DateConstructor, 7, JSFunction::FinalizeKind>,
|
||||
GenericCreateConstructor<DateConstructor, 7, gc::AllocKind::FUNCTION>,
|
||||
GenericCreatePrototype,
|
||||
date_static_methods,
|
||||
nullptr,
|
||||
|
||||
Reference in New Issue
Block a user