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

Function _changes

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

Source from the content-addressed store, hash-verified

27373 }
27374}
27375function _changes($0,$1,$2) {
27376 $0 = $0|0;
27377 $1 = $1|0;
27378 $2 = $2|0;
27379 var $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
27380 sp = STACKTOP;
27381 $3 = HEAP32[$0>>2]|0;
27382 $4 = ((($3)) + 32|0);
27383 $5 = HEAP32[$4>>2]|0;
27384 $6 = ((($5)) + 92|0);
27385 $7 = HEAP32[$6>>2]|0;
27386 $8 = ($7|0)<(0);
27387 $9 = $8 << 31 >> 31;
27388 $10 = ((($3)) + 8|0);
27389 $11 = HEAP16[$10>>1]|0;
27390 $12 = $11 & 9312;
27391 $13 = ($12<<16>>16)==(0);
27392 if ($13) {
27393 $14 = $3;
27394 $15 = $14;
27395 HEAP32[$15>>2] = $7;
27396 $16 = (($14) + 4)|0;
27397 $17 = $16;
27398 HEAP32[$17>>2] = $9;
27399 HEAP16[$10>>1] = 4;
27400 return;
27401 } else {
27402 _vdbeReleaseAndSetInt64($3,$7,$9);
27403 return;
27404 }
27405}
27406function _total_changes($0,$1,$2) {
27407 $0 = $0|0;
27408 $1 = $1|0;

Callers

nothing calls this directly

Calls 1

_vdbeReleaseAndSetInt64Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…