MCPcopy Index your code
hub / github.com/sql-js/sql.js / _computeCellSize

Function _computeCellSize

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

Source from the content-addressed store, hash-verified

320523 STACKTOP = sp;return ($$2|0);
320524}
320525function _computeCellSize($0,$1) {
320526 $0 = $0|0;
320527 $1 = $1|0;
320528 var $10 = 0, $11 = 0, $12 = 0, $13 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
320529 sp = STACKTOP;
320530 $2 = ((($0)) + 4|0);
320531 $3 = HEAP32[$2>>2]|0;
320532 $4 = ((($3)) + 76|0);
320533 $5 = HEAP32[$4>>2]|0;
320534 $6 = ((($0)) + 8|0);
320535 $7 = HEAP32[$6>>2]|0;
320536 $8 = (($7) + ($1<<2)|0);
320537 $9 = HEAP32[$8>>2]|0;
320538 $10 = (FUNCTION_TABLE_iii[$5 & 255]($3,$9)|0);
320539 $11 = ((($0)) + 12|0);
320540 $12 = HEAP32[$11>>2]|0;
320541 $13 = (($12) + ($1<<1)|0);
320542 HEAP16[$13>>1] = $10;
320543 return ($10|0);
320544}
320545function _pageFreeArray($0,$1,$2,$3) {
320546 $0 = $0|0;
320547 $1 = $1|0;

Callers 1

_balanceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…