MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / S

Function S

test/js_optimizer/wasm2js-output.js:295–320  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293}
294
295function S() {
296 var a = 0, b = 0, c = 0;
297 b = 1024;
298 while (1) {
299 a = b;
300 b = a + 4 | 0;
301 c = g[a >> 2];
302 if (!((c ^ -1) & c + -16843009 & -2139062144)) {
303 continue;
304 }
305 break;
306 }
307 if (!(c & 255)) {
308 return a - 1024 | 0;
309 }
310 while (1) {
311 c = h[a + 1 | 0];
312 b = a + 1 | 0;
313 a = b;
314 if (c) {
315 continue;
316 }
317 break;
318 }
319 return b - 1024 | 0;
320}
321
322function T() {
323 var a = 0, b = 0;

Callers 1

TFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected