MCPcopy
hub / github.com/sql-js/sql.js / _strerror

Function _strerror

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

Source from the content-addressed store, hash-verified

395385 return ($$029|0);
395386}
395387function _strerror($0) {
395388 $0 = $0|0;
395389 var $1 = 0, $2 = 0, $3 = 0, $4 = 0, label = 0, sp = 0;
395390 sp = STACKTOP;
395391 $1 = (___pthread_self_823()|0);
395392 $2 = ((($1)) + 188|0);
395393 $3 = HEAP32[$2>>2]|0;
395394 $4 = (___strerror_l($0,$3)|0);
395395 return ($4|0);
395396}
395397function ___pthread_self_823() {
395398 var $0 = 0, label = 0, sp = 0;
395399 sp = STACKTOP;

Callers 15

_acosFuncFunction · 0.85
_asinFuncFunction · 0.85
_atanFuncFunction · 0.85
_acoshFuncFunction · 0.85
_asinhFuncFunction · 0.85
_atanhFuncFunction · 0.85
_rad2degFuncFunction · 0.85
_deg2radFuncFunction · 0.85
_cosFuncFunction · 0.85
_sinFuncFunction · 0.85
_tanFuncFunction · 0.85
_cotFuncFunction · 0.85

Calls 2

___pthread_self_823Function · 0.85
___strerror_lFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…