Searched refs:__ATMAIN__ (Results 1 - 1 of 1) sorted by relevance

/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js777 var __ATMAIN__ = []; // functions called when main() is to be run variable
786 callRuntimeCallbacks(__ATMAIN__);
4349 __ATINIT__.unshift({ func: function() { if (!Module["noFSInit"] && !FS.init.initialized) FS.init() } });__ATMAIN__.push({ func: function() { FS.ignorePermissions = false } });__ATEXIT__.push({ func: function() { FS.quit() } });Module["FS_createFolder"] = FS.createFolder;Module["FS_createPath"] = FS.createPath;Module["FS_createDataFile"] = FS.createDataFile;Module["FS_createPreloadedFile"] = FS.createPreloadedFile;Module["FS_createLazyFile"] = FS.createLazyFile;Module["FS_createLink"] = FS.createLink;Module["FS_createDevice"] = FS.createDevice;
[all...]

Completed in 188 milliseconds