mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Bug 1319952: Assertion failure: isNurseryAllocAllowed(), at js/src/gc/Allocator.cpp:79
This commit is contained in:
parent
74e5882176
commit
b31e40926e
1 changed files with 2 additions and 1 deletions
|
|
@ -537,7 +537,8 @@ ErrorObject::createConstructor(JSContext* cx, JSProtoKey key)
|
|||
return nullptr;
|
||||
|
||||
ctor = NewFunctionWithProto(cx, Error, 1, JSFunction::NATIVE_CTOR, nullptr,
|
||||
ClassName(key, cx), proto, gc::AllocKind::FUNCTION_EXTENDED);
|
||||
ClassName(key, cx), proto, gc::AllocKind::FUNCTION_EXTENDED,
|
||||
SingletonObject);
|
||||
}
|
||||
|
||||
if (!ctor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue