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

Function _node_destroy

js/sql-debug.js:9685–9709  ·  view source on GitHub ↗
($0)

Source from the content-addressed store, hash-verified

9683 }
9684}
9685function _node_destroy($0) {
9686 $0 = $0|0;
9687 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, $5 = 0, $6 = 0, $7 = 0, $8 = 0, label = 0, sp = 0;
9688 sp = STACKTOP;
9689 $1 = ($0|0)==(0|0);
9690 if ($1) {
9691 return;
9692 }
9693 $2 = ((($0)) + 8|0);
9694 $3 = HEAP32[$2>>2]|0;
9695 _free($3);
9696 $4 = HEAP32[$0>>2]|0;
9697 $5 = ($4|0)==(0|0);
9698 if (!($5)) {
9699 _node_destroy($4);
9700 }
9701 $6 = ((($0)) + 4|0);
9702 $7 = HEAP32[$6>>2]|0;
9703 $8 = ($7|0)==(0|0);
9704 if (!($8)) {
9705 _node_destroy($7);
9706 }
9707 _free($0);
9708 return;
9709}
9710function _int_cmp($0,$1) {
9711 $0 = $0|0;
9712 $1 = $1|0;

Callers 2

_modeFinalizeFunction · 0.85
__medianFinalizeFunction · 0.85

Calls 1

_freeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…