MCPcopy Create free account
hub / github.com/sql-js/sql.js / _memjrnlFileSize

Function _memjrnlFileSize

js/sql-debug.js:52920–52939  ·  view source on GitHub ↗
($0,$1)

Source from the content-addressed store, hash-verified

52918 return 0;
52919}
52920function _memjrnlFileSize($0,$1) {
52921 $0 = $0|0;
52922 $1 = $1|0;
52923 var $10 = 0, $11 = 0, $12 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
52924 sp = STACKTOP;
52925 $2 = ((($0)) + 24|0);
52926 $3 = $2;
52927 $4 = $3;
52928 $5 = HEAP32[$4>>2]|0;
52929 $6 = (($3) + 4)|0;
52930 $7 = $6;
52931 $8 = HEAP32[$7>>2]|0;
52932 $9 = $1;
52933 $10 = $9;
52934 HEAP32[$10>>2] = $5;
52935 $11 = (($9) + 4)|0;
52936 $12 = $11;
52937 HEAP32[$12>>2] = $8;
52938 return 0;
52939}
52940function _sqlite3PagerSavepoint($0,$1,$2) {
52941 $0 = $0|0;
52942 $1 = $1|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…