зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1654235 - Make sure Private Fields TypedObject test only runs when TypedObjects are available r=jorendorff
As well, following the footsteps of our other tests, require the shell. Differential Revision: https://phabricator.services.mozilla.com/D84344
This commit is contained in:
Родитель
7f2225ec09
Коммит
d342d43b19
|
@ -1,4 +1,4 @@
|
||||||
// |reftest| shell-option(--enable-private-fields)
|
// |reftest| shell-option(--enable-private-fields) skip-if(!this.hasOwnProperty("TypedObject")||!xulRuntime.shell) -- requires typed objects and the shell option
|
||||||
|
|
||||||
class Base {
|
class Base {
|
||||||
constructor(o) {
|
constructor(o) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче