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

Function _pragmaVtabRowid

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

Source from the content-addressed store, hash-verified

243332 return 0;
243333}
243334function _pragmaVtabRowid($0,$1) {
243335 $0 = $0|0;
243336 $1 = $1|0;
243337 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;
243338 sp = STACKTOP;
243339 $2 = ((($0)) + 8|0);
243340 $3 = $2;
243341 $4 = $3;
243342 $5 = HEAP32[$4>>2]|0;
243343 $6 = (($3) + 4)|0;
243344 $7 = $6;
243345 $8 = HEAP32[$7>>2]|0;
243346 $9 = $1;
243347 $10 = $9;
243348 HEAP32[$10>>2] = $5;
243349 $11 = (($9) + 4)|0;
243350 $12 = $11;
243351 HEAP32[$12>>2] = $8;
243352 return 0;
243353}
243354function _pragmaVtabCursorClear($0) {
243355 $0 = $0|0;
243356 var $1 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0, $2 = 0, $20 = 0, $21 = 0, $22 = 0, $23 = 0, $24 = 0, $25 = 0, $26 = 0, $27 = 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…