()
| 2545 | } |
| 2546 | |
| 2547 | function wasmF32ConstSignalingNaN() { |
| 2548 | return [kExprF32Const, 0xb9, 0xa1, 0xa7, 0x7f]; |
| 2549 | } |
| 2550 | |
| 2551 | function wasmF64ConstSignalingNaN() { |
| 2552 | return [kExprF64Const, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf4, 0x7f]; |
no outgoing calls
no test coverage detected