diff options
author | Thomas Groman <tgroman@nuegia.net> | 2021-04-27 13:46:46 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2021-04-27 13:46:46 -0700 |
commit | bdd6513d0f37d075e9b3b11058b9cf6fcdf5055f (patch) | |
tree | eebab5128efbec1a555d443bac04f4dbd4241987 /js/xpconnect | |
parent | 702b3bf53ac4d7e3d483c9b12123235ba83c5395 (diff) | |
download | UXP-bdd6513d0f37d075e9b3b11058b9cf6fcdf5055f.tar UXP-bdd6513d0f37d075e9b3b11058b9cf6fcdf5055f.tar.gz UXP-bdd6513d0f37d075e9b3b11058b9cf6fcdf5055f.tar.lz UXP-bdd6513d0f37d075e9b3b11058b9cf6fcdf5055f.tar.xz UXP-bdd6513d0f37d075e9b3b11058b9cf6fcdf5055f.zip |
Add object-from-entrieswebbrowser
Uriel was right
Diffstat (limited to 'js/xpconnect')
-rw-r--r-- | js/xpconnect/tests/chrome/test_xrayToJS.xul | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/xpconnect/tests/chrome/test_xrayToJS.xul b/js/xpconnect/tests/chrome/test_xrayToJS.xul index 38f3f447d..d1cc3e26c 100644 --- a/js/xpconnect/tests/chrome/test_xrayToJS.xul +++ b/js/xpconnect/tests/chrome/test_xrayToJS.xul @@ -190,9 +190,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=933681 constructorProps(["setPrototypeOf", "getOwnPropertyDescriptor", "getOwnPropertyDescriptors", "keys", "is", "defineProperty", "defineProperties", "create", "getOwnPropertyNames", "getOwnPropertySymbols", - "preventExtensions", "freeze", "isFrozen", "seal", + "preventExtensions", "freeze", "fromEntries", "isFrozen", "seal", "isSealed", "assign", "getPrototypeOf", "values", - "entries", "isExtensible"]) + "entries", "isExtensible"]); gPrototypeProperties['Array'] = ["length", "toSource", "toString", "toLocaleString", "join", "reverse", "sort", "push", "pop", "shift", "unshift", "splice", "concat", "slice", "lastIndexOf", "indexOf", |