|
| 1 | +// this file is autogenerated, see fingerprintApis.mjs |
| 2 | + |
| 3 | +class GlobalObjectProperty0 extends string { |
| 4 | + |
| 5 | + float weight; |
| 6 | + string global0; |
| 7 | + |
| 8 | + GlobalObjectProperty0() { |
| 9 | + |
| 10 | + ( this = "availHeight" and weight = 70.68 and global0 = "screen" ) |
| 11 | + or |
| 12 | + ( this = "availWidth" and weight = 65.56 and global0 = "screen" ) |
| 13 | + or |
| 14 | + ( this = "colorDepth" and weight = 34.27 and global0 = "screen" ) |
| 15 | + or |
| 16 | + ( this = "deviceMemory" and weight = 75.06 and global0 = "navigator" ) |
| 17 | + or |
| 18 | + ( this = "availTop" and weight = 1240.09 and global0 = "screen" ) |
| 19 | + or |
| 20 | + ( this = "cookieEnabled" and weight = 15.3 and global0 = "navigator" ) |
| 21 | + or |
| 22 | + ( this = "pixelDepth" and weight = 37.72 and global0 = "screen" ) |
| 23 | + or |
| 24 | + ( this = "availLeft" and weight = 547.54 and global0 = "screen" ) |
| 25 | + or |
| 26 | + ( this = "orientation" and weight = 35.82 and global0 = "screen" ) |
| 27 | + or |
| 28 | + ( this = "vendorSub" and weight = 1791.96 and global0 = "navigator" ) |
| 29 | + or |
| 30 | + ( this = "productSub" and weight = 482.29 and global0 = "navigator" ) |
| 31 | + or |
| 32 | + ( this = "webkitTemporaryStorage" and weight = 40.79 and global0 = "navigator" ) |
| 33 | + or |
| 34 | + ( this = "hardwareConcurrency" and weight = 67.85 and global0 = "navigator" ) |
| 35 | + or |
| 36 | + ( this = "appCodeName" and weight = 143.58 and global0 = "navigator" ) |
| 37 | + or |
| 38 | + ( this = "onLine" and weight = 19.76 and global0 = "navigator" ) |
| 39 | + or |
| 40 | + ( this = "webdriver" and weight = 31.25 and global0 = "navigator" ) |
| 41 | + or |
| 42 | + ( this = "keyboard" and weight = 957.44 and global0 = "navigator" ) |
| 43 | + or |
| 44 | + ( this = "mediaDevices" and weight = 121.74 and global0 = "navigator" ) |
| 45 | + or |
| 46 | + ( this = "storage" and weight = 151.33 and global0 = "navigator" ) |
| 47 | + or |
| 48 | + ( this = "mediaCapabilities" and weight = 126.07 and global0 = "navigator" ) |
| 49 | + or |
| 50 | + ( this = "permissions" and weight = 66.75 and global0 = "navigator" ) |
| 51 | + or |
| 52 | + ( this = "permission" and weight = 22.02 and global0 = "Notification" ) |
| 53 | + or |
| 54 | + ( this = "getBattery" and weight = 114.16 and global0 = "navigator" ) |
| 55 | + or |
| 56 | + ( this = "webkitPersistentStorage" and weight = 150.79 and global0 = "navigator" ) |
| 57 | + or |
| 58 | + ( this = "requestMediaKeySystemAccess" and weight = 17.34 and global0 = "navigator" ) |
| 59 | + or |
| 60 | + ( this = "getGamepads" and weight = 235.72 and global0 = "navigator" ) |
| 61 | + } |
| 62 | + |
| 63 | + float getWeight() { |
| 64 | + result = weight |
| 65 | + } |
| 66 | + |
| 67 | + string getGlobal0() { |
| 68 | + result = global0 |
| 69 | + } |
| 70 | + |
| 71 | +} |
0 commit comments