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

Function _isConsonant

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

Source from the content-addressed store, hash-verified

387253 STACKTOP = sp;return ($$4|0);
387254}
387255function _isConsonant($0) {
387256 $0 = $0|0;
387257 var $$0 = 0, $$0$i = 0, $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, $3 = 0, $4 = 0;
387258 var $5 = 0, $6 = 0, $7 = 0, $8 = 0, $9 = 0, label = 0, sp = 0;
387259 sp = STACKTOP;
387260 $1 = HEAP8[$0>>0]|0;
387261 $2 = ($1<<24>>24)==(0);
387262 if ($2) {
387263 $$0 = 0;
387264 return ($$0|0);
387265 }
387266 $3 = $1 << 24 >> 24;
387267 $4 = (($3) + -97)|0;
387268 $5 = ($4|0)==(24);
387269 if (!($5)) {
387270 $6 = (44330 + ($4)|0);
387271 $7 = HEAP8[$6>>0]|0;
387272 $8 = $7 << 24 >> 24;
387273 $$0 = $8;
387274 return ($$0|0);
387275 }
387276 $9 = ((($0)) + 1|0);
387277 $10 = HEAP8[$9>>0]|0;
387278 $11 = ($10<<24>>24)==(0);
387279 if ($11) {
387280 $23 = 1;
387281 } else {
387282 $12 = $10 << 24 >> 24;
387283 $13 = (($12) + -97)|0;
387284 $14 = ($13|0)==(24);
387285 if ($14) {
387286 $19 = ((($0)) + 2|0);
387287 $20 = (_isConsonant($19)|0);
387288 $$0$i = $20;
387289 } else {
387290 $15 = (44330 + ($13)|0);
387291 $16 = HEAP8[$15>>0]|0;
387292 $17 = $16 << 24 >> 24;
387293 $18 = (1 - ($17))|0;
387294 $$0$i = $18;
387295 }
387296 $21 = ($$0$i|0)!=(0);
387297 $23 = $21;
387298 }
387299 $22 = $23&1;
387300 $$0 = $22;
387301 return ($$0|0);
387302}
387303function _m_eq_1($0) {
387304 $0 = $0|0;
387305 var $$0$i = 0, $$0$i9 = 0, $$018 = 0, $$08 = 0, $$1 = 0, $$217 = 0, $$3 = 0, $$pr = 0, $$pr11 = 0, $1 = 0, $10 = 0, $11 = 0, $12 = 0, $13 = 0, $14 = 0, $15 = 0, $16 = 0, $17 = 0, $18 = 0, $19 = 0;

Callers 3

_porterNextFunction · 0.85
_m_eq_1Function · 0.85
_m_gt_1Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…