SYMBOL INDEX (467 symbols across 47 files) FILE: article/front/make-full-stack-framework/full-stack-demo/app/back/src/controller/HelloController.js class HelloController (line 1) | class HelloController { method world (line 2) | async world(ctx) { FILE: article/front/make-full-stack-framework/full-stack-demo/app/front/run.js function runBack (line 11) | function runBack(err, stats) { FILE: article/front/make-full-stack-framework/full-stack-demo/app/front/src/index.jsx class App (line 4) | class App extends React.Component { method constructor (line 5) | constructor(props) { method render (line 17) | render() { FILE: article/front/make-full-stack-framework/full-stack-demo/app/middleware/static.js function readFile (line 4) | function readFile(filePath) { function switchTypeByExt (line 12) | function switchTypeByExt(extname) { FILE: article/front/whyneedframework/example/app.js class AppContainer (line 3) | class AppContainer extends HTMLElement { method constructor (line 4) | constructor() { FILE: article/front/whyneedframework/example/components/AddList.js class AddList (line 1) | class AddList extends HTMLElement { method constructor (line 2) | constructor() { method getHtml (line 23) | getHtml() { method getLi (line 30) | getLi() { FILE: article/front/whyneedframework/example/components/DataBind.js class DataBind (line 1) | class DataBind extends HTMLElement { method constructor (line 2) | constructor() { method dataBind (line 14) | dataBind(data) { method addEvent (line 23) | addEvent() { method changeVal (line 29) | changeVal(e) { method getHtml (line 35) | getHtml() { FILE: article/front/whyneedframework/example/components/MyBrowseRoute.js class MyBrowseRoute (line 1) | class MyBrowseRoute extends HTMLElement { method constructor (line 2) | constructor() { method getHtml (line 12) | getHtml() { FILE: article/front/whyneedframework/example/components/MyRouter.js class MyRouter (line 1) | class MyRouter extends HTMLElement { method constructor (line 2) | constructor() { FILE: article/leetcode/build-tree/code/list.js function ListNode (line 1) | function ListNode(val, next) { function buileListByArray (line 5) | function buileListByArray(list) { FILE: article/leetcode/build-tree/code/tree.js function TreeNode (line 1) | function TreeNode(val, left, right) { function buileTreeByArray (line 6) | function buileTreeByArray(list) { FILE: article/leetcode/sudoku-solver/sudokuSolver.js function delUnkownNum (line 7) | function delUnkownNum (setMap,x,y) { function checkNowNum (line 12) | function checkNowNum(x,y) { function eachNum (line 35) | function eachNum() { FILE: article/leetcode/three-sum/treeSumBenchmark.js function beatRepeat (line 30) | function beatRepeat(num1,num2,num3) { function beatRepeat (line 56) | function beatRepeat(num1,num2,num3) { function beatRepeat (line 99) | function beatRepeat(num1,num2,num3) { FILE: article/llvm/jsvm_c/fibo.js function fibo (line 2) | function fibo(num) { FILE: article/llvm/jsvm_c/jsvm.cpp function gettoken (line 14) | static int gettoken() function ParseIdentifierExpr (line 82) | static std::unique_ptr ParseIdentifierExpr() { function ParseNumberExpr (line 104) | static std::unique_ptr ParseNumberExpr() { function ParseParenExpr (line 109) | static std::unique_ptr ParseParenExpr() { function ParsePrimary (line 122) | static std::unique_ptr ParsePrimary() { function GetTokPrecedence (line 145) | static int GetTokPrecedence() { function ParseBinOpRHS (line 154) | static std::unique_ptr ParseBinOpRHS( function ParseExpression (line 177) | static std::unique_ptr ParseExpression() { function ParsePrototype (line 185) | static std::unique_ptr ParsePrototype() { function HandleFunction (line 201) | static std::unique_ptr HandleFunction() { function HandleIf (line 229) | static std::unique_ptr HandleIf() { function LoopParse (line 255) | static void LoopParse() { function main (line 276) | int main(int argc, char* argv[]) FILE: article/llvm/jsvm_c/jsvm.h type Token (line 36) | enum Token{ function class (line 62) | class ExprAST { function class (line 69) | class NumberExprAST : public ExprAST { function class (line 78) | class VariableExprAST : public ExprAST { function class (line 87) | class BinaryExprAST : public ExprAST { function class (line 99) | class CallExprAST : public ExprAST { function class (line 111) | class IfExprAST : public ExprAST { function class (line 124) | class PrototypeAST { type FnucBody (line 136) | struct FnucBody{ function class (line 140) | class FunctionAST { function destFile (line 332) | int destFile (std::string FileOrgin) { FILE: article/llvm/jsvm_c/main.cpp function main (line 8) | int main() { FILE: article/llvm/jsvm_js/fibo.js function fibo (line 2) | function fibo(num) { function main (line 7) | function main() FILE: article/llvm/jsvm_js/lib/jsvm.js method constructor (line 13) | constructor(js_ast) { method getPrintDouble (line 17) | getPrintDouble() method init (line 34) | init() method programHandler (line 39) | programHandler(node) { method functionHandler (line 46) | functionHandler(node) { method blockHandler (line 89) | blockHandler(node) method ifHandler (line 99) | ifHandler(node) { method binaryHandler (line 137) | binaryHandler(node) { method returnHandler (line 172) | returnHandler(node) { method identifierHandler (line 177) | identifierHandler(node,parent_node) { method numberHandler (line 190) | numberHandler(node) { method stringHandler (line 194) | stringHandler(node) { method callHandler (line 198) | callHandler(node) { method expressionHandler (line 223) | expressionHandler(node) { method handler (line 227) | handler(node,parent_node = null) { method gen (line 255) | gen() { method print (line 259) | print() { method write (line 262) | write(bit_code_path) { FILE: article/llvm/jsvm_js/printDouble.cpp function printDouble (line 7) | double printDouble(double double_num) { FILE: article/node/block-run/index.js function sqlClear (line 31) | async function sqlClear() function getName (line 40) | function getName(count) function sqlCommon (line 45) | async function sqlCommon(sqlCommonName = 'sqlCommon') function beginTransaction (line 79) | function beginTransaction(conn) function rollback (line 89) | function rollback(conn) function commit (line 99) | function commit(conn) function sqlTrans (line 109) | async function sqlTrans() function sqlBlock (line 149) | function sqlBlock() FILE: article/node/block-run/test.sql type `test` (line 2) | CREATE TABLE IF NOT EXISTS `test`.`test` ( FILE: article/node/deno/frame/jsFrame/controller/HelloController.js class HelloController (line 2) | class HelloController { method constructor (line 3) | constructor() { method hello (line 7) | async hello() { FILE: article/node/deno/frame/jsFrame/engineMiddle/deno/file.js class FileManger (line 2) | class FileManger { method getContent (line 3) | static async getContent(url,filePath) { FILE: article/node/deno/frame/jsFrame/engineMiddle/deno/http.js class Http (line 2) | class Http { method constructor (line 3) | constructor(router) { method listen (line 7) | async listen (port) { FILE: article/node/deno/frame/jsFrame/engineMiddle/node/custom-loader.mjs constant JS_EXTENSIONS (line 6) | const JS_EXTENSIONS = new Set(['.js', '.mjs']); function resolve (line 11) | function resolve(specifier, parentModuleURL = baseURL, defaultResolve) { FILE: article/node/deno/frame/jsFrame/engineMiddle/node/file.js class FileManger (line 3) | class FileManger { method getContent (line 4) | static async getContent(url,filePath) { FILE: article/node/deno/frame/jsFrame/engineMiddle/node/http.js class Http (line 2) | class Http { method constructor (line 3) | constructor(router) { method listen (line 7) | async listen (port) { FILE: article/node/deno/frame/jsFrame/engineMiddle/node/index.js function getMidInjectObj (line 6) | function getMidInjectObj() { method initializeImportMeta (line 24) | initializeImportMeta(meta){ function linker (line 27) | async function linker(specifier, referencingModule) { FILE: article/node/deno/frame/jsFrame/router.js class Router (line 2) | class Router { method constructor (line 3) | constructor() { method getRouterMap (line 6) | getRouterMap() { FILE: article/node/deno/frame/jsFrame/server/HelloServer.js class HelloServer (line 1) | class HelloServer { method constructor (line 2) | constructor () { method hello (line 5) | async hello() { FILE: article/node/memory-leak/require-vm/case2-require-vm.js function getN (line 2) | function getN (n) { FILE: article/node/memory-leak/require-vm/case2-require.js function getN (line 1) | function getN (n) { FILE: article/node/mmap/share-object/shareObject.cc function napi_value (line 11) | napi_value createInt(napi_env env,long num) { function get_share_adress (line 19) | long get_share_adress(size_t min_size,int is_init=0) { function napi_value (line 31) | napi_value readMethod(napi_env env, napi_callback_info info) { function napi_value (line 41) | napi_value writeMethod(napi_env env, napi_callback_info info) { function napi_value (line 58) | napi_value Init(napi_env env, napi_value exports) { FILE: article/node/node-rust-bindings/fib/native/build.rs function main (line 3) | fn main() { FILE: article/node/node-rust-bindings/fib/native/src/lib.rs function hello (line 10) | fn hello(call: Call) -> JsResult { function fib (line 16) | fn fib(call: Call) -> JsResult { function easy_fib (line 33) | fn easy_fib(num:i32) -> i32 FILE: article/node/opencv-getface.js/example/node-index.js method onRuntimeInitialized (line 2) | async onRuntimeInitialized() { function getFace (line 12) | async function getFace() { FILE: article/node/opencv-getface.js/example/opencv.js function locateFile (line 30) | function locateFile(path){if(Module["locateFile"]){return Module["locate... function dynamicAlloc (line 30) | function dynamicAlloc(size){var ret=HEAP32[DYNAMICTOP_PTR>>2];var end=re... function getNativeTypeSize (line 30) | function getNativeTypeSize(type){switch(type){case"i1":case"i8":return 1... function warnOnce (line 30) | function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnc... function convertJsFunctionToWasm (line 30) | function convertJsFunctionToWasm(func,sig){var typeSection=[1,0,1,96];va... function addFunctionWasm (line 30) | function addFunctionWasm(func,sig){var table=wasmTable;var ret=table.len... function removeFunctionWasm (line 30) | function removeFunctionWasm(index){} function dynCall (line 30) | function dynCall(sig,ptr,args){if(args&&args.length){return Module["dynC... function setValue (line 30) | function setValue(ptr,value,type,noSafe){type=type||"i8";if(type.charAt(... function assert (line 30) | function assert(condition,text){if(!condition){abort("Assertion failed: ... function getCFunc (line 30) | function getCFunc(ident){var func=Module["_"+ident];assert(func,"Cannot ... function ccall (line 30) | function ccall(ident,returnType,argTypes,args,opts){var toC={"string":fu... function allocate (line 30) | function allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof ... function getMemory (line 30) | function getMemory(size){if(!runtimeInitialized)return dynamicAlloc(size... function UTF8ArrayToString (line 30) | function UTF8ArrayToString(u8Array,idx,maxBytesToRead){var endIdx=idx+ma... function UTF8ToString (line 30) | function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(H... function stringToUTF8Array (line 30) | function stringToUTF8Array(str,outU8Array,outIdx,maxBytesToWrite){if(!(m... function stringToUTF8 (line 30) | function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Arr... function lengthBytesUTF8 (line 30) | function lengthBytesUTF8(str){var len=0;for(var i=0;i0){x+=multiple-x%multiple}ret... function updateGlobalBufferAndViews (line 30) | function updateGlobalBufferAndViews(buf){buffer=buf;Module["HEAP8"]=HEAP... function callRuntimeCallbacks (line 30) | function callRuntimeCallbacks(callbacks){while(callbacks.length>0){var c... function preRun (line 30) | function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="func... function initRuntime (line 30) | function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!... function preMain (line 30) | function preMain(){FS.ignorePermissions=false;callRuntimeCallbacks(__ATM... function exitRuntime (line 30) | function exitRuntime(){runtimeExited=true} function postRun (line 30) | function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="f... function addOnPreRun (line 30) | function addOnPreRun(cb){__ATPRERUN__.unshift(cb)} function addOnPostRun (line 30) | function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)} function getUniqueRunDependency (line 30) | function getUniqueRunDependency(id){return id} function addRunDependency (line 30) | function addRunDependency(id){runDependencies++;if(Module["monitorRunDep... function removeRunDependency (line 30) | function removeRunDependency(id){runDependencies--;if(Module["monitorRun... function abort (line 30) | function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what+... function isDataURI (line 30) | function isDataURI(filename){return String.prototype.startsWith?filename... function getBinary (line 30) | function getBinary(){try{if(wasmBinary){return new Uint8Array(wasmBinary... function getBinaryPromise (line 30) | function getBinaryPromise(){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRON... function createWasm (line 30) | function createWasm(){var info={"env":asmLibraryArg,"wasi_unstable":asmL... function _emscripten_set_main_loop_timing (line 30) | function _emscripten_set_main_loop_timing(mode,value){Browser.mainLoop.t... function _emscripten_get_now (line 30) | function _emscripten_get_now(){abort()} function _emscripten_set_main_loop (line 30) | function _emscripten_set_main_loop(func,fps,simulateInfiniteLoop,arg,noS... function finish (line 30) | function finish(audio){if(done)return;done=true;Module["preloadedAudios"... function fail (line 30) | function fail(){if(done)return;done=true;Module["preloadedAudios"][name]... function encode64 (line 30) | function encode64(data){var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijkl... function pointerLockChange (line 30) | function pointerLockChange(){Browser.pointerLock=document["pointerLockEl... function fullscreenChange (line 30) | function fullscreenChange(){Browser.isFullscreen=false;var canvasContain... function demangle (line 30) | function demangle(func){var __cxa_demangle_func=Module["___cxa_demangle"... function demangleAll (line 30) | function demangleAll(text){var regex=/\b_Z[\w\d_]+/g;return text.replace... function jsStackTrace (line 30) | function jsStackTrace(){var err=new Error;if(!err.stack){try{throw new E... function stackTrace (line 30) | function stackTrace(){var js=jsStackTrace();if(Module["extraStackTrace"]... function ___cxa_allocate_exception (line 30) | function ___cxa_allocate_exception(size){return _malloc(size)} function _atexit (line 30) | function _atexit(func,arg){__ATEXIT__.unshift({func:func,arg:arg})} function ___cxa_atexit (line 30) | function ___cxa_atexit(){return _atexit.apply(null,arguments)} function ___cxa_throw (line 30) | function ___cxa_throw(ptr,type,destructor){___exception_infos[ptr]={ptr:... function ___lock (line 30) | function ___lock(){} function ___setErrNo (line 30) | function ___setErrNo(value){if(Module["___errno_location"])HEAP32[Module... function ___map_file (line 30) | function ___map_file(pathname,size){___setErrNo(63);return-1} function trim (line 30) | function trim(arr){var start=0;for(;start4&&0===--emval_handle_array[ha... function count_emval_handles (line 30) | function count_emval_handles(){var count=0;for(var i=5;i4){emval_handle_array[handle].... function __emval_new_array (line 30) | function __emval_new_array(){return __emval_register([])} function __emval_new_cstring (line 30) | function __emval_new_cstring(v){return __emval_register(getStringOrSymbo... function __emval_run_destructors (line 30) | function __emval_run_destructors(handle){var destructors=emval_handle_ar... function __emval_set_property (line 30) | function __emval_set_property(handle,key,value){handle=requireHandle(han... function __emval_take_value (line 30) | function __emval_take_value(type,argv){type=requireRegisteredType(type,"... function _abort (line 30) | function _abort(){abort()} function _emscripten_get_heap_size (line 30) | function _emscripten_get_heap_size(){return HEAP8.length} function _emscripten_get_sbrk_ptr (line 30) | function _emscripten_get_sbrk_ptr(){return 1273136} function _emscripten_memcpy_big (line 30) | function _emscripten_memcpy_big(dest,src,num){HEAPU8.set(HEAPU8.subarray... function emscripten_realloc_buffer (line 30) | function emscripten_realloc_buffer(size){try{wasmMemory.grow(size-buffer... function _emscripten_resize_heap (line 30) | function _emscripten_resize_heap(requestedSize){var oldSize=_emscripten_... function _emscripten_get_environ (line 30) | function _emscripten_get_environ(){if(!_emscripten_get_environ.strings){... function _environ_get (line 30) | function _environ_get(__environ,environ_buf){var strings=_emscripten_get... function _environ_sizes_get (line 30) | function _environ_sizes_get(penviron_count,penviron_buf_size){var string... function _fd_close (line 30) | function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.cl... function _fd_read (line 30) | function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamF... function _fd_seek (line 30) | function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var st... function _fd_write (line 30) | function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStream... function _gettimeofday (line 30) | function _gettimeofday(ptr){var now=Date.now();HEAP32[ptr>>2]=now/1e3|0;... function _pthread_mutexattr_destroy (line 30) | function _pthread_mutexattr_destroy(){} function _pthread_mutexattr_init (line 30) | function _pthread_mutexattr_init(){} function _pthread_mutexattr_settype (line 30) | function _pthread_mutexattr_settype(){} function _sched_yield (line 30) | function _sched_yield(){return 0} function _setTempRet0 (line 30) | function _setTempRet0($i){setTempRet0($i|0)} function __isLeapYear (line 30) | function __isLeapYear(year){return year%4===0&&(year%100!==0||year%400==... function __arraySum (line 30) | function __arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=arr... function __addDays (line 30) | function __addDays(date,days){var newDate=new Date(date.getTime());while... function _strftime (line 30) | function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var... function _strftime_l (line 30) | function _strftime_l(s,maxsize,format,tm){return _strftime(s,maxsize,for... function _sysconf (line 30) | function _sysconf(name){switch(name){case 30:return PAGE_SIZE;case 85:va... function intArrayFromString (line 30) | function intArrayFromString(stringy,dontAddNull,length){var len=length>0... function intArrayToString (line 30) | function intArrayToString(array){var ret=[];for(var i=0;i& args) { function Http (line 266) | void Http(const v8::FunctionCallbackInfo& args) { FILE: article/v8/add_http/zy_node.cc function main (line 23) | int main(int argc, char* argv[]) { function CreateContext (line 59) | v8::Local CreateContext(v8::Isolate* isolate) { function ReadFile (line 73) | void ReadFile(const v8::FunctionCallbackInfo& args) { function ReadCommandFile (line 99) | v8::MaybeLocal ReadCommandFile(v8::Isolate* isolate, const c... function RunMain (line 123) | int RunMain(v8::Isolate* isolate, v8::Platform* platform, int argc, function ExecuteString (line 141) | bool ExecuteString(v8::Isolate* isolate, v8::Local source, function ReportException (line 176) | void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { FILE: article/v8/run_js/zy_node.cc function main (line 22) | int main(int argc, char* argv[]) { function CreateContext (line 57) | v8::Local CreateContext(v8::Isolate* isolate) { function ReadFile (line 67) | void ReadFile(const v8::FunctionCallbackInfo& args) { function ReadCommandFile (line 92) | v8::MaybeLocal ReadCommandFile(v8::Isolate* isolate, const c... function RunMain (line 116) | int RunMain(v8::Isolate* isolate, v8::Platform* platform, int argc, function ExecuteString (line 133) | bool ExecuteString(v8::Isolate* isolate, v8::Local source, function ReportException (line 168) | void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) { FILE: article/wasm/emscripten-calling-c/add.c function EMSCRIPTEN_KEEPALIVE (line 3) | EMSCRIPTEN_KEEPALIVE FILE: article/wasm/emscripten-calling-c/add.js function locateFile (line 69) | function locateFile(path) { function staticAlloc (line 251) | function staticAlloc(size) { function dynamicAlloc (line 259) | function dynamicAlloc(size) { function alignMemory (line 274) | function alignMemory(size, factor) { function getNativeTypeSize (line 280) | function getNativeTypeSize(type) { function warnOnce (line 302) | function warnOnce(text) { function addFunction (line 325) | function addFunction(func, sig) { function removeFunction (line 339) | function removeFunction(index) { function getFuncWrapper (line 345) | function getFuncWrapper(func, sig) { function makeBigInt (line 373) | function makeBigInt(low, high, unsigned) { function dynCall (line 377) | function dynCall(sig, ptr, args) { function getCompilerSetting (line 390) | function getCompilerSetting(name) { function assert (line 438) | function assert(condition, text) { function getCFunc (line 447) | function getCFunc(ident) { function ccall (line 488) | function ccall(ident, returnType, argTypes, args, opts) { function cwrap (line 516) | function cwrap(ident, returnType, argTypes, opts) { function setValue (line 523) | function setValue(ptr, value, type, noSafe) { function getValue (line 539) | function getValue(ptr, type, noSafe) { function allocate (line 575) | function allocate(slab, types, allocator, ptr) { function getMemory (line 645) | function getMemory(size) { function Pointer_stringify (line 652) | function Pointer_stringify(ptr, length) { function AsciiToString (line 687) | function AsciiToString(ptr) { function stringToAscii (line 699) | function stringToAscii(str, outPtr) { function UTF8ArrayToString (line 707) | function UTF8ArrayToString(u8Array, idx) { function UTF8ToString (line 759) | function UTF8ToString(ptr) { function stringToUTF8Array (line 776) | function stringToUTF8Array(str, outU8Array, outIdx, maxBytesToWrite) { function stringToUTF8 (line 836) | function stringToUTF8(str, outPtr, maxBytesToWrite) { function lengthBytesUTF8 (line 843) | function lengthBytesUTF8(str) { function UTF16ToString (line 871) | function UTF16ToString(ptr) { function stringToUTF16 (line 907) | function stringToUTF16(str, outPtr, maxBytesToWrite) { function lengthBytesUTF16 (line 931) | function lengthBytesUTF16(str) { function UTF32ToString (line 935) | function UTF32ToString(ptr) { function stringToUTF32 (line 967) | function stringToUTF32(str, outPtr, maxBytesToWrite) { function lengthBytesUTF32 (line 996) | function lengthBytesUTF32(str) { function allocateUTF8 (line 1011) | function allocateUTF8(str) { function allocateUTF8OnStack (line 1019) | function allocateUTF8OnStack(str) { function demangle (line 1026) | function demangle(func) { function demangleAll (line 1031) | function demangleAll(text) { function jsStackTrace (line 1041) | function jsStackTrace() { function stackTrace (line 1058) | function stackTrace() { function alignUp (line 1071) | function alignUp(x, multiple) { function updateGlobalBuffer (line 1098) | function updateGlobalBuffer(buf) { function updateGlobalBufferViews (line 1102) | function updateGlobalBufferViews() { function writeStackCookie (line 1122) | function writeStackCookie() { function checkStackCookie (line 1128) | function checkStackCookie() { function abortStackOverflow (line 1136) | function abortStackOverflow(allocSize) { function abortOnCannotGrowMemory (line 1141) | function abortOnCannotGrowMemory() { function enlargeMemory (line 1146) | function enlargeMemory() { function getTotalMemory (line 1182) | function getTotalMemory() { function callRuntimeCallbacks (line 1191) | function callRuntimeCallbacks(callbacks) { function preRun (line 1221) | function preRun() { function ensureInitRuntime (line 1232) | function ensureInitRuntime() { function preMain (line 1239) | function preMain() { function exitRuntime (line 1244) | function exitRuntime() { function postRun (line 1250) | function postRun() { function addOnPreRun (line 1262) | function addOnPreRun(cb) { function addOnInit (line 1266) | function addOnInit(cb) { function addOnPreMain (line 1270) | function addOnPreMain(cb) { function addOnExit (line 1274) | function addOnExit(cb) { function addOnPostRun (line 1278) | function addOnPostRun(cb) { function writeStringToMemory (line 1287) | function writeStringToMemory(string, buffer, dontAddNull) { function writeArrayToMemory (line 1302) | function writeArrayToMemory(array, buffer) { function writeAsciiToMemory (line 1307) | function writeAsciiToMemory(str, buffer, dontAddNull) { function unSign (line 1316) | function unSign(value, bits, ignore) { function reSign (line 1323) | function reSign(value, bits, ignore) { function getUniqueRunDependency (line 1373) | function getUniqueRunDependency(id) { function addRunDependency (line 1382) | function addRunDependency(id) { function removeRunDependency (line 1416) | function removeRunDependency(id) { function isDataURI (line 1474) | function isDataURI(filename) { function integrateWasmJS (line 1483) | function integrateWasmJS() { function copyTempFloat (line 1785) | function copyTempFloat(ptr) { // functions, because inlining this code i... function copyTempDouble (line 1797) | function copyTempDouble(ptr) { function ___lock (line 1820) | function ___lock() {} function ___syscall140 (line 1837) | function ___syscall140(which, varargs) {SYSCALLS.varargs = varargs; function flush_NO_FILESYSTEM (line 1854) | function flush_NO_FILESYSTEM() { function ___syscall146 (line 1863) | function ___syscall146(which, varargs) {SYSCALLS.varargs = varargs; function ___syscall54 (line 1897) | function ___syscall54(which, varargs) {SYSCALLS.varargs = varargs; function ___syscall6 (line 1907) | function ___syscall6(which, varargs) {SYSCALLS.varargs = varargs; function ___unlock (line 1919) | function ___unlock() {} function _emscripten_memcpy_big (line 1922) | function _emscripten_memcpy_big(dest, src, num) { function ___setErrNo (line 1930) | function ___setErrNo(value) { function intArrayFromString (line 1952) | function intArrayFromString(stringy, dontAddNull, length) { function intArrayToString (line 1960) | function intArrayToString(array) { function nullFunc_ii (line 1977) | function nullFunc_ii(x) { err("Invalid function pointer called with sign... function nullFunc_iiii (line 1979) | function nullFunc_iiii(x) { err("Invalid function pointer called with si... function invoke_ii (line 1985) | function invoke_ii(index,a1) { function invoke_iiii (line 1996) | function invoke_iiii(index,a1,a2,a3) { function ExitStatus (line 2252) | function ExitStatus(status) { function run (line 2274) | function run(args) { function checkUnflushedContent (line 2320) | function checkUnflushedContent() { function exit (line 2349) | function exit(status, implicit) { function abort (line 2381) | function abort(what) {