(value)
| 279 | * @param {any} value |
| 280 | */$h_once.isObject(isObject); |
| 281 | const isError= (value)=>value instanceof FERAL_ERROR; |
| 282 | |
| 283 | // The original unsafe untamed eval function, which must not escape. |
| 284 | // Sample at module initialization time, which is before lockdown can |
no outgoing calls
no test coverage detected