* Updates runtime id using the provided runtime. * @param {string} runtime runtime * @param {RuntimeId} id the id of the runtime * @returns {void}
(runtime, id)
| 1556 | * @returns {void} |
| 1557 | */ |
| 1558 | setRuntimeId(runtime, id) { |
| 1559 | this._runtimeIds.set(runtime, id); |
| 1560 | } |
| 1561 | |
| 1562 | /** |
| 1563 | * Get module hash info. |