зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1640487: Fix initializedNamedCaptures r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D76753
This commit is contained in:
Родитель
f0d3b1a753
Коммит
43c0f9b4cc
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче