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

Function getStringList

src/lib/libdylink.js:467–472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

465 }
466
467 function getStringList() {
468 var count = getLEB();
469 var rtn = []
470 while (count--) rtn.push(getString());
471 return rtn;
472 }
473
474 /** @param {string=} message */
475 function failIf(condition, message) {

Callers 1

libdylink.jsFile · 0.85

Calls 3

getLEBFunction · 0.85
getStringFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected