Home
last modified time | relevance | path

Searched refs:originalValue (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/parsers/transactions/operations/
Dtranslate_changes.ts55 const originalValue = what.getValue(); constant
58 if (originalValue.low !== undefined && originalValue.high !== undefined) {
61 originalValue.low,
65 originalValue.high,
71 const bigintValue = BigInt(originalValue?.toString() ?? 0n);
90 const originalValue = what.getValue(); constant
94 Number(originalValue),