Function
addUpdateIcuUpdate
(update: I18nUpdateOpCodes, bindingMask: number, index: number)
Source from the content-addressed store, hash-verified
| 955 | } |
| 956 | |
| 957 | function addUpdateIcuUpdate(update: I18nUpdateOpCodes, bindingMask: number, index: number) { |
| 958 | update.push(bindingMask, 1, (index << I18nUpdateOpCode.SHIFT_REF) | I18nUpdateOpCode.IcuUpdate); |
| 959 | } |
| 960 | |
| 961 | function addCreateNodeAndAppend( |
| 962 | create: IcuCreateOpCodes, |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…