Searched defs:__ATINIT__ (Results 1 - 2 of 2) sorted by relevance

/external/v8/test/mjsunit/regress/
H A Dregress-441099.js23 var __ATINIT__ = []; // functions called during startup variable
25 callRuntimeCallbacks(__ATINIT__);
27 /* global initializers */ __ATINIT__.push({ func: function() { runPostSets() } });
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js776 var __ATINIT__ = []; // functions called during startup variable
783 callRuntimeCallbacks(__ATINIT__);
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 211 milliseconds