MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / calcFastOffset

Function calcFastOffset

src/parseTools.mjs:615–617  ·  view source on GitHub ↗
(ptr, pos)

Source from the content-addressed store, hash-verified

613}
614
615function calcFastOffset(ptr, pos) {
616 return getFastValue(ptr, '+', pos);
617}
618
619function getBitWidth(type) {
620 if (type == 'i53' || type == 'u53') return 53;

Callers 2

makeGetValueFunction · 0.85
makeSetValueImplFunction · 0.85

Calls 1

getFastValueFunction · 0.85

Tested by

no test coverage detected