(obj)
| 7955 | } |
| 7956 | |
| 7957 | function isBuiltInError(obj) { |
| 7958 | return obj && obj.builtInError; |
| 7959 | } |
| 7960 | |
| 7961 | // All of this vm hullaballoo is to be able to run arbitrary code in a sandbox |
| 7962 | // for security reasons. |
no outgoing calls
no test coverage detected
searching dependent graphs…