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

Function _vdbeSorterCompare

js/sql-debug.js:315549–315572  ·  view source on GitHub ↗
($0,$1,$2,$3,$4,$5)

Source from the content-addressed store, hash-verified

315547 STACKTOP = sp;return ($$1|0);
315548}
315549function _vdbeSorterCompare($0,$1,$2,$3,$4,$5) {
315550 $0 = $0|0;
315551 $1 = $1|0;
315552 $2 = $2|0;
315553 $3 = $3|0;
315554 $4 = $4|0;
315555 $5 = $5|0;
315556 var $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
315557 sp = STACKTOP;
315558 $6 = ((($0)) + 12|0);
315559 $7 = HEAP32[$6>>2]|0;
315560 $8 = HEAP32[$1>>2]|0;
315561 $9 = ($8|0)==(0);
315562 if ($9) {
315563 $10 = ((($0)) + 8|0);
315564 $11 = HEAP32[$10>>2]|0;
315565 $12 = ((($11)) + 28|0);
315566 $13 = HEAP32[$12>>2]|0;
315567 _sqlite3VdbeRecordUnpack($13,$5,$4,$7);
315568 HEAP32[$1>>2] = 1;
315569 }
315570 $14 = (_sqlite3VdbeRecordCompareWithSkip($3,$2,$7,0)|0);
315571 return ($14|0);
315572}
315573function _vdbeSorterCompareInt($0,$1,$2,$3,$4,$5) {
315574 $0 = $0|0;
315575 $1 = $1|0;

Callers

nothing calls this directly

Calls 2

_sqlite3VdbeRecordUnpackFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…