(obj$$1)
| 7950 | } |
| 7951 | |
| 7952 | function isBuiltInError(obj$$1) { |
| 7953 | return obj$$1 && obj$$1.builtInError; |
| 7954 | } |
| 7955 | |
| 7956 | // All of this vm hullaballoo is to be able to run arbitrary code in a sandbox |
| 7957 | // for security reasons. |
no outgoing calls
no test coverage detected
searching dependent graphs…