Bug 1435829 - Part 5: Update xray tests for RegExp.prototype. r=peterv

This commit is contained in:
André Bargull 2018-12-13 08:18:45 -08:00
Родитель d2c7438664
Коммит 03b1b37a9f
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -244,6 +244,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681
["constructor", "toSource", "toString", "compile", "exec", "test",
Symbol.match, Symbol.replace, Symbol.search, Symbol.split,
"flags", "global", "ignoreCase", "multiline", "source", "sticky", "unicode"];
if (isNightlyBuild) {
gPrototypeProperties['RegExp'].push(Symbol.matchAll);
}
gConstructorProperties['RegExp'] =
constructorProps(["input", "lastMatch", "lastParen",
"leftContext", "rightContext", "$1", "$2", "$3", "$4",