Bug 1640487: Fix initializedNamedCaptures r=tcampbell

Differential Revision: https://phabricator.services.mozilla.com/D76753
This commit is contained in:
Iain Ireland 2020-05-26 16:14:56 +00:00
Родитель f0d3b1a753
Коммит 43c0f9b4cc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1173,6 +1173,7 @@ bool RegExpShared::initializeNamedCaptures(JSContext* cx, HandleRegExpShared re,
JSPROP_ENUMERATE)) {
return false;
}
AddTypePropertyId(cx, templateObject, id, UndefinedValue());
}
// Allocate the capture index array.