MCPcopy Create free account
hub / github.com/nodejs/node / wasmF32ConstSignalingNaN

Function wasmF32ConstSignalingNaN

deps/v8/test/mjsunit/wasm/wasm-module-builder.js:2547–2549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

nan-constant.jsFile · 0.85
deopt-nan.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected