MCPcopy Create free account
hub / github.com/GoogleChrome/samples / ptrToString

Function ptrToString

mkbitmap/mkbitmap.js:1070–1073  ·  view source on GitHub ↗
(ptr)

Source from the content-addressed store, hash-verified

1068 }
1069
1070 function ptrToString(ptr) {
1071 assert(typeof ptr === 'number');
1072 return '0x' + ptr.toString(16).padStart(8, '0');
1073 }
1074
1075
1076 /**

Callers 3

checkStackCookieFunction · 0.85
stringToUTF8ArrayFunction · 0.85
UTF8ArrayToStringFunction · 0.85

Calls 2

toStringMethod · 0.80
assertFunction · 0.70

Tested by

no test coverage detected