()
| 84 | } |
| 85 | |
| 86 | function initializeCallbacks() { |
| 87 | // Only run the serialize callbacks in snapshot building mode, otherwise |
| 88 | // they throw. |
| 89 | if (isBuildingSnapshot()) { |
| 90 | setSerializeCallback(runSerializeCallbacks); |
| 91 | } |
| 92 | } |
| 93 | |
| 94 | let deserializeMainIsSet = false; |
| 95 | function setDeserializeMainFunction(callback, data) { |
no test coverage detected
searching dependent graphs…