Searched refs:valueType (Results 1 – 2 of 2) sorted by relevance
27 valueType: string,38 const value = this.makeValue(valueType, intValue, realValue, stringValue);48 valueType: string,53 switch (valueType) {67 throw new Error(`Unsupported type ${valueType}`);
94 const valueType = it.get('value_type') as string; constant96 valueType === 'uint' || valueType === 'int',