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

Function wasmF64Const

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

Source from the content-addressed store, hash-verified

2473}
2474
2475function wasmF64Const(f) {
2476 // Write in little-endian order at offset 0.
2477 data_view.setFloat64(0, f, true);
2478 return [
2479 kExprF64Const, byte_view[0], byte_view[1], byte_view[2], byte_view[3],
2480 byte_view[4], byte_view[5], byte_view[6], byte_view[7]
2481 ];
2482}
2483
2484function wasmS128Const(f) {
2485 // Write in little-endian order at offset 0.

Callers 15

globals.jsFile · 0.70
GenerateValuesOfTypeFunction · 0.70
CheckValuesOfTypeFunction · 0.70
defaultForMethod · 0.70
memory64.jsFile · 0.70
denormals.jsFile · 0.70
testCoverageWithBrTableFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected