зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1410640 - Enable nursery allocation of arrow functions. r=jonco
This commit is contained in:
Родитель
8c122016c2
Коммит
c20b56fe3d
|
@ -4411,8 +4411,7 @@ js::LambdaArrow(JSContext* cx, HandleFunction fun, HandleObject parent, HandleVa
|
|||
{
|
||||
MOZ_ASSERT(fun->isArrow());
|
||||
|
||||
JSFunction* clone = CloneFunctionObjectIfNotSingleton(cx, fun, parent, nullptr,
|
||||
TenuredObject);
|
||||
JSFunction* clone = CloneFunctionObjectIfNotSingleton(cx, fun, parent);
|
||||
if (!clone)
|
||||
return nullptr;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче