зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1435829 - Part 5: Update xray tests for RegExp.prototype. r=peterv
This commit is contained in:
Родитель
d2c7438664
Коммит
03b1b37a9f
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче