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

Function emulate

test/js_optimizer/JSDCE.js:95–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 return 1;
94}
95function emulate() {
96 var saved = _glCreateShader;
97 _glCreateShader = function _glCreateShader(shaderType) { // the name here is just for show in stack traces!
98 return glCreateShader();
99 };
100}
101emulate();
102// has only a self-reference
103function ___cxa_find_matching_catch() {

Callers 1

JSDCE.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected