* `%SharedMath%.random()` throws a TypeError starting with "secure mode". * See https://github.com/endojs/endo/issues/910#issuecomment-1581855420
()
| 4493 | * See https://github.com/endojs/endo/issues/910#issuecomment-1581855420 |
| 4494 | */ |
| 4495 | random() { |
| 4496 | throw TypeError('secure mode %SharedMath%.random() throws'); |
| 4497 | }}; |
| 4498 | |
| 4499 | |
| 4500 | const sharedMath= create(objectPrototype, { |
no outgoing calls
no test coverage detected