(name, shift)
| 889 | |
| 890 | return `${v}`; |
| 891 | } function floatReadValueFromPointer(name, shift) { switch (shift) { case 2:return function (pointer) { return this.fromWireType(HEAPF32[pointer >> 2]); }; case 3:return function (pointer) { return this.fromWireType(HEAPF64[pointer >> 3]); }; default:throw new TypeError(`Unknown float type: ${name}`); } } function __embind_register_float(rawType, name, size) |
| 892 | { |
| 893 | const shift = getShiftFromSize(size); |
| 894 |
no outgoing calls
no test coverage detected