(val)
| 19783 | }(); |
| 19784 | |
| 19785 | function isSourceInstance(val) { |
| 19786 | return val instanceof SourceImpl; |
| 19787 | } |
| 19788 | function createSource(sourceData, thisMetaRawOption, // can be null. If not provided, auto detect it from `sourceData`. |
| 19789 | sourceFormat, encodeDefine // can be null |
| 19790 | ) { |
no outgoing calls
no test coverage detected
searching dependent graphs…