(f)
| 1635 | globalThis.wasmI32Const = wasmI32Const; |
| 1636 | |
| 1637 | function wasmF64Const(f) { |
| 1638 | // Write in little-endian order at offset 0. |
| 1639 | data_view.setFloat64(0, f, true); |
| 1640 | return [ |
| 1641 | kExprF64Const, byte_view[0], byte_view[1], byte_view[2], |
| 1642 | byte_view[3], byte_view[4], byte_view[5], byte_view[6], byte_view[7] |
| 1643 | ]; |
| 1644 | } |
| 1645 | globalThis.wasmF64Const = wasmF64Const; |
no outgoing calls
no test coverage detected