(v)
| 508 | } |
| 509 | |
| 510 | function isObject(v) { |
| 511 | return Object.prototype.toString.call(v) === '[object Object]'; |
| 512 | } |
| 513 | |
| 514 | // compare partial event array structures |
| 515 | // for each source, only check fields present in target |
no outgoing calls
no test coverage detected