tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

15.2.3.6-4-607.js (401B)


      1 // Copyright (c) 2012 Ecma International.  All rights reserved.
      2 // This code is governed by the BSD license found in the LICENSE file.
      3 
      4 /*---
      5 es5id: 15.2.3.6-4-607
      6 description: ES5 Attributes - all attributes in Object.isSealed are correct
      7 includes: [propertyHelper.js]
      8 ---*/
      9 
     10 verifyProperty(Object, "isSealed", {
     11  writable: true,
     12  enumerable: false,
     13  configurable: true,
     14 });
     15 
     16 reportCompare(0, 0);